8 lines
97 B
C
Raw Normal View History

2017-07-20 19:35:53 +02:00
#include <QObject>
class Test1 : public QObject
{
Q_OBJECT
public slots:
void onTst1() {}
};