diff options
Diffstat (limited to 'Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/mocwidget.h')
-rw-r--r-- | Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/mocwidget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/mocwidget.h b/Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/mocwidget.h new file mode 100644 index 0000000..87fc177 --- /dev/null +++ b/Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/mocwidget.h @@ -0,0 +1,5 @@ +#include <QtCore/QObject> + +class MocWidget : public QObject +{ +}; |