diff options
Diffstat (limited to 'Tests/QtAutogen/MocCMP0100/main.cpp')
-rw-r--r-- | Tests/QtAutogen/MocCMP0100/main.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocCMP0100/main.cpp b/Tests/QtAutogen/MocCMP0100/main.cpp new file mode 100644 index 0000000..17061da --- /dev/null +++ b/Tests/QtAutogen/MocCMP0100/main.cpp @@ -0,0 +1,9 @@ +#include "Obj.hh" +#include "Obj2.hh" + +int main(int argv, char** args) +{ + Obj obj; + Obj2 obj2; + return 0; +} |