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