13 lines
261 B
C++
13 lines
261 B
C++
#ifndef EXPERTSMARTPOINTSETWIN_H
|
|
#define EXPERTSMARTPOINTSETWIN_H
|
|
|
|
#include "basewin.h"
|
|
|
|
class ExpertSmartPointSetWin : public BaseWin {
|
|
Q_OBJECT
|
|
public:
|
|
explicit ExpertSmartPointSetWin(QWidget *parent = nullptr);
|
|
};
|
|
|
|
#endif // EXPERTSMARTPOINTSETWIN_H
|