#ifndef TST_PROPERTIES_H #define TST_PROPERTIES_H #include #include class TST_Properties : public QObject { Q_OBJECT private slots: void test(); }; #endif // TST_PROPERTIES_H