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
+19
View File
@@ -0,0 +1,19 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#include "yaf.h"
#include "yaf_p.h"
#include <stdio.h>
Yaf::Yaf()
{
}
void Yaf::doYaf()
{
YafP yafP;
yafP.doYafP();
}
// check that including a moc file from a private header the wrong way works:
#include "yaf_p.moc"