1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef SHEMOVCLEANER_H #define SHEMOVCLEANER_H #include <QMainWindow> class ShemovCleaner : public QMainWindow { Q_OBJECT public: ShemovCleaner(QWidget *parent = 0); ~ShemovCleaner(); }; #endif // SHEMOVCLEANER_H