summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/automoc_rerun/test1.h.in1
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() {}
};