qt/LedOK/wDevicesManager/specialdlg - 副本.h
2022-09-28 18:21:57 +08:00

13 lines
186 B
C++

#ifndef SPECIALDLG_H
#define SPECIALDLG_H
#include <QDialog>
class SpecialDlg : public QDialog {
Q_OBJECT
public:
explicit SpecialDlg(QWidget *);
};
#endif // SPECIALDLG_H