Imported Upstream version 3.17.5
[platform/upstream/cmake.git] / Tests / QtAutogen / RerunMocOnAddFile / MocOnAddFile / anotherobject.cpp
1 #include <qobject.h>
2
3 class AnotherObject : public QObject
4 {
5   Q_OBJECT
6 public:
7   AnotherObject() {}
8 };
9
10 AnotherObject* createAnotherObject()
11 {
12   return new AnotherObject();
13 }
14
15 #include "anotherobject.moc"