blob: a335046ba9c06130e9ac228aa18bfd9f21ce9085 [file] [log] [blame]
#include <QObject>
class Test1 : public QObject
{
Q_OBJECT
public slots:
void onTst1() {}
void onTst2() {}
};