1 2 3 4 5 6 7
#include <QObject> class test1 : public QObject { Q_OBJECT public slots: void onTst1() {} };