summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocOptions/Object.hpp
blob: e7a614200660bce4979e5c006fcc1f375da2de95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef Object_HPP
#define Object_HPP

#include <QObject>

class Object : public QObject
{
  Q_OBJECT
public:
  Object();
};

#endif