qt/LedOK/device/specialdlg - 副本.h

13 lines
198 B
C
Raw Normal View History

2023-04-18 14:14:46 +08:00
#ifndef SPECIALDLG_H
#define SPECIALDLG_H
#include <QDialog>
class SpecialDlg : public QDialog {
Q_OBJECT
public:
explicit SpecialDlg(QWidget *);
};
#endif // SPECIALDLG_H