aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata-qt/forced-moc/myqtclass.h
blob: d2557aab658649e121a707dd08ed112800276c86 (plain)
1
2
3
4
5
6
7
8
#ifndef MYQTCLASS_H
#define MYQTCLASS_H

#include "createqtclass.h"

CREATE_QT_CLASS(MyQtClass);

#endif