summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/RccOffMocLibrary/empty.h
blob: 6bdd2ac89484fa3aa1aef8a4ee33e38c6bceba45 (plain)
1
2
3
4
5
6
7
8
9

#include <QObject>

class Empty : public QObject
{
  Q_OBJECT
public:
  explicit Empty(QObject* parent = 0) {}
};