summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocRerun/test1a.h.in
blob: fee2c096b188da9e06a87e851434052f5754da18 (plain)
1
2
3
4
5
6
7
8
#include <QObject>
class test1 : public QObject
{
  Q_OBJECT
 public slots:
   void onTst1() {}
   void onTst2() {}
};