diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-01-03 15:59:02 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-01-17 16:23:49 (GMT) |
commit | 488baaf0d6144cd7cedfbbd3bb6eadcc72257fc4 (patch) | |
tree | 74a15979a327e35496fa1c9da3e68aa5b6d4b7ea /Tests/QtAutogen/MocInclude/EObjA_p.hpp | |
parent | af30899cb4431d6712fea5ac09215a92b3f16ccb (diff) | |
download | CMake-488baaf0d6144cd7cedfbbd3bb6eadcc72257fc4.zip CMake-488baaf0d6144cd7cedfbbd3bb6eadcc72257fc4.tar.gz CMake-488baaf0d6144cd7cedfbbd3bb6eadcc72257fc4.tar.bz2 |
Autogen: Tests: Fix MocInclude test(s)
Diffstat (limited to 'Tests/QtAutogen/MocInclude/EObjA_p.hpp')
-rw-r--r-- | Tests/QtAutogen/MocInclude/EObjA_p.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocInclude/EObjA_p.hpp b/Tests/QtAutogen/MocInclude/EObjA_p.hpp index 1e0d7e1..9ef5624 100644 --- a/Tests/QtAutogen/MocInclude/EObjA_p.hpp +++ b/Tests/QtAutogen/MocInclude/EObjA_p.hpp @@ -1,6 +1,8 @@ #ifndef EOBJA_P_HPP #define EOBJA_P_HPP +#include <QObject> + class EObjAPrivate : public QObject { Q_OBJECT |