diff options
Diffstat (limited to 'Tests/QtAutogen/MocInclude/Common/DualSub/Second/Second.cpp')
-rw-r--r-- | Tests/QtAutogen/MocInclude/Common/DualSub/Second/Second.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocInclude/Common/DualSub/Second/Second.cpp b/Tests/QtAutogen/MocInclude/Common/DualSub/Second/Second.cpp new file mode 100644 index 0000000..453add1 --- /dev/null +++ b/Tests/QtAutogen/MocInclude/Common/DualSub/Second/Second.cpp @@ -0,0 +1,11 @@ +#include "Second.hpp" + +Second::Second() +{ +} + +Second::~Second() +{ +} + +#include "../../moc_DualSubMocked.cpp" |