9 lines
119 B
Plaintext
Raw Normal View History

2015-11-17 17:22:37 +01:00
#include <QObject>
class test1 : public QObject
{
Q_OBJECT
public slots:
void onTst1() {}
void onTst2() {}
};