summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/SameName/object.hh
blob: 3e16f8332892fbf749f7007afa7c3f1de2380af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef OBJECT_HH
#define OBJECT_HH

#include <QObject>

class Object_hh : public QObject
{
  Q_OBJECT
  Q_SLOT
  void go(){};
};

#endif