diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-12-08 17:24:52 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-12-13 12:48:28 (GMT) |
commit | 0af9da29e487f0a6c60c379f0773a68b40ce2625 (patch) | |
tree | 1183f13f668dca872829610a02fdde54c6f65803 /Tests/QtAutogen/MocSkipSource/qItemD.cpp | |
parent | f658bdaa7c7899a46caf402d4114999019897d46 (diff) | |
download | CMake-0af9da29e487f0a6c60c379f0773a68b40ce2625.zip CMake-0af9da29e487f0a6c60c379f0773a68b40ce2625.tar.gz CMake-0af9da29e487f0a6c60c379f0773a68b40ce2625.tar.bz2 |
Autogen: Tests: Separate MocSkipSource test
Diffstat (limited to 'Tests/QtAutogen/MocSkipSource/qItemD.cpp')
-rw-r--r-- | Tests/QtAutogen/MocSkipSource/qItemD.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocSkipSource/qItemD.cpp b/Tests/QtAutogen/MocSkipSource/qItemD.cpp new file mode 100644 index 0000000..fe0f4e4 --- /dev/null +++ b/Tests/QtAutogen/MocSkipSource/qItemD.cpp @@ -0,0 +1,17 @@ +#include "qItemD.hpp" + +class QItemD_Local : public QObject +{ + Q_OBJECT +public: + QItemD_Local(){}; + ~QItemD_Local(){}; +}; + +void QItemD::go() +{ + QItemD_Local localObject; +} + +// We need AUTOMOC processing +#include "qItemD.moc" |