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 | |
parent | af30899cb4431d6712fea5ac09215a92b3f16ccb (diff) | |
download | CMake-488baaf0d6144cd7cedfbbd3bb6eadcc72257fc4.zip CMake-488baaf0d6144cd7cedfbbd3bb6eadcc72257fc4.tar.gz CMake-488baaf0d6144cd7cedfbbd3bb6eadcc72257fc4.tar.bz2 |
Autogen: Tests: Fix MocInclude test(s)
-rw-r--r-- | Tests/QtAutogen/MocInclude/EObjAExtra_p.hpp | 2 | ||||
-rw-r--r-- | Tests/QtAutogen/MocInclude/EObjA_p.hpp | 2 | ||||
-rw-r--r-- | Tests/QtAutogen/MocInclude/EObjB_p.hpp | 2 | ||||
-rw-r--r-- | Tests/QtAutogen/MocInclude/LObjA_p.h | 2 | ||||
-rw-r--r-- | Tests/QtAutogen/MocInclude/LObjB_p.h | 2 | ||||
-rw-r--r-- | Tests/QtAutogen/MocInclude/ObjA_p.h | 2 | ||||
-rw-r--r-- | Tests/QtAutogen/MocInclude/ObjB_p.h | 2 | ||||
-rw-r--r-- | Tests/QtAutogen/MocInclude/subExtra/EObjBExtra_p.hpp | 2 | ||||
-rw-r--r-- | Tests/QtAutogen/MocInclude/subGlobal/GObj_p.hpp | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocInclude/EObjAExtra_p.hpp b/Tests/QtAutogen/MocInclude/EObjAExtra_p.hpp index dea6cb5..d8bf284 100644 --- a/Tests/QtAutogen/MocInclude/EObjAExtra_p.hpp +++ b/Tests/QtAutogen/MocInclude/EObjAExtra_p.hpp @@ -1,6 +1,8 @@ #ifndef EOBJAEXTRA_P_HPP #define EOBJAEXTRA_P_HPP +#include <QObject> + class EObjAExtraPrivate : public QObject { Q_OBJECT 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 diff --git a/Tests/QtAutogen/MocInclude/EObjB_p.hpp b/Tests/QtAutogen/MocInclude/EObjB_p.hpp index 2905f28..84b1ea2 100644 --- a/Tests/QtAutogen/MocInclude/EObjB_p.hpp +++ b/Tests/QtAutogen/MocInclude/EObjB_p.hpp @@ -1,6 +1,8 @@ #ifndef EOBJB_P_HPP #define EOBJB_P_HPP +#include <QObject> + class EObjBPrivate : public QObject { Q_OBJECT diff --git a/Tests/QtAutogen/MocInclude/LObjA_p.h b/Tests/QtAutogen/MocInclude/LObjA_p.h index ebe8395..97113d6 100644 --- a/Tests/QtAutogen/MocInclude/LObjA_p.h +++ b/Tests/QtAutogen/MocInclude/LObjA_p.h @@ -1,6 +1,8 @@ #ifndef LOBJA_P_HPP #define LOBJA_P_HPP +#include <QObject> + class LObjAPrivate : public QObject { Q_OBJECT diff --git a/Tests/QtAutogen/MocInclude/LObjB_p.h b/Tests/QtAutogen/MocInclude/LObjB_p.h index b871f2d..b88f40e 100644 --- a/Tests/QtAutogen/MocInclude/LObjB_p.h +++ b/Tests/QtAutogen/MocInclude/LObjB_p.h @@ -1,6 +1,8 @@ #ifndef LOBJB_P_HPP #define LOBJB_P_HPP +#include <QObject> + class LObjBPrivate : public QObject { Q_OBJECT diff --git a/Tests/QtAutogen/MocInclude/ObjA_p.h b/Tests/QtAutogen/MocInclude/ObjA_p.h index eb60c98..d944bc6 100644 --- a/Tests/QtAutogen/MocInclude/ObjA_p.h +++ b/Tests/QtAutogen/MocInclude/ObjA_p.h @@ -1,6 +1,8 @@ #ifndef OBJA_P_HPP #define OBJA_P_HPP +#include <QObject> + class ObjAPrivate : public QObject { Q_OBJECT diff --git a/Tests/QtAutogen/MocInclude/ObjB_p.h b/Tests/QtAutogen/MocInclude/ObjB_p.h index 418da65..61ba604 100644 --- a/Tests/QtAutogen/MocInclude/ObjB_p.h +++ b/Tests/QtAutogen/MocInclude/ObjB_p.h @@ -1,6 +1,8 @@ #ifndef OBJB_P_HPP #define OBJB_P_HPP +#include <QObject> + class ObjBPrivate : public QObject { Q_OBJECT diff --git a/Tests/QtAutogen/MocInclude/subExtra/EObjBExtra_p.hpp b/Tests/QtAutogen/MocInclude/subExtra/EObjBExtra_p.hpp index db8a096..3231fac 100644 --- a/Tests/QtAutogen/MocInclude/subExtra/EObjBExtra_p.hpp +++ b/Tests/QtAutogen/MocInclude/subExtra/EObjBExtra_p.hpp @@ -1,6 +1,8 @@ #ifndef EOBJBEXTRA_P_HPP #define EOBJBEXTRA_P_HPP +#include <QObject> + class EObjBExtraPrivate : public QObject { Q_OBJECT diff --git a/Tests/QtAutogen/MocInclude/subGlobal/GObj_p.hpp b/Tests/QtAutogen/MocInclude/subGlobal/GObj_p.hpp index 7b37dfd..4a43755 100644 --- a/Tests/QtAutogen/MocInclude/subGlobal/GObj_p.hpp +++ b/Tests/QtAutogen/MocInclude/subGlobal/GObj_p.hpp @@ -1,6 +1,8 @@ #ifndef GOBJ_P_HPP #define GOBJ_P_HPP +#include <QObject> + namespace subGlobal { class GObjPrivate : public QObject |