QtAutogen tests: Move the complex test case to a subdirectory

This commit is contained in:
Sebastian Holtermann
2016-11-25 15:12:04 +01:00
parent 2599f5d64b
commit c4d4becf8b
57 changed files with 89 additions and 84 deletions
+9
View File
@@ -0,0 +1,9 @@
#include "generated.h"
Generated::Generated(QObject* parent)
: QObject(parent)
{
}
#include "moc_generated.cpp"