qt/ledset/fast.h

14 lines
172 B
C
Raw Permalink Normal View History

2022-08-25 18:43:03 +08:00
#ifndef FAST_H
#define FAST_H
#include "basewin.h"
class Fast : public BaseWin {
Q_OBJECT
public:
explicit Fast(QWidget *parent = nullptr);
};
#endif // FAST_H