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