2015-11-17 17:22:37 +01:00

9 lines
119 B
Plaintext

#include <QObject>
class test1 : public QObject
{
Q_OBJECT
public slots:
void onTst1() {}
void onTst2() {}
};