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

8 lines
99 B
Plaintext

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