diff options
Diffstat (limited to 'Tests/QtAutogen/MocInclude/Common')
10 files changed, 10 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocInclude/Common/InIncludes.in/SubOwnDot.cpp b/Tests/QtAutogen/MocInclude/Common/InIncludes.in/SubOwnDot.cpp index af35711..275754d 100644 --- a/Tests/QtAutogen/MocInclude/Common/InIncludes.in/SubOwnDot.cpp +++ b/Tests/QtAutogen/MocInclude/Common/InIncludes.in/SubOwnDot.cpp @@ -1,4 +1,5 @@ #include "SubOwnDot.hpp" + #include "SubOwnDot_p.hpp" namespace InIncludes { diff --git a/Tests/QtAutogen/MocInclude/Common/MixedSkipped.cpp b/Tests/QtAutogen/MocInclude/Common/MixedSkipped.cpp index df08ff1..6919ebc 100644 --- a/Tests/QtAutogen/MocInclude/Common/MixedSkipped.cpp +++ b/Tests/QtAutogen/MocInclude/Common/MixedSkipped.cpp @@ -1,4 +1,5 @@ #include "MixedSkipped.hpp" + #include "MixedCustom.hpp" class MixedSkippedLocal : public QObject diff --git a/Tests/QtAutogen/MocInclude/Common/None.cpp b/Tests/QtAutogen/MocInclude/Common/None.cpp index d01d5ec..286ddb6 100644 --- a/Tests/QtAutogen/MocInclude/Common/None.cpp +++ b/Tests/QtAutogen/MocInclude/Common/None.cpp @@ -1,4 +1,5 @@ #include "None.hpp" + #include "None_p.h" NonePrivate::NonePrivate() diff --git a/Tests/QtAutogen/MocInclude/Common/OtherUnderscore.cpp b/Tests/QtAutogen/MocInclude/Common/OtherUnderscore.cpp index 219619f..df1c428 100644 --- a/Tests/QtAutogen/MocInclude/Common/OtherUnderscore.cpp +++ b/Tests/QtAutogen/MocInclude/Common/OtherUnderscore.cpp @@ -1,4 +1,5 @@ #include "OtherUnderscore.hpp" + #include "OtherUnderscoreExtra.hpp" #include "OtherUnderscore_p.hpp" diff --git a/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreExtra.cpp b/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreExtra.cpp index 4ccf080..11ebd81 100644 --- a/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreExtra.cpp +++ b/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreExtra.cpp @@ -1,4 +1,5 @@ #include "OtherUnderscoreExtra.hpp" + #include "OtherUnderscoreExtra_p.hpp" OtherUnderscoreExtraPrivate::OtherUnderscoreExtraPrivate() diff --git a/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreSub.cpp b/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreSub.cpp index 28850aa..712c540 100644 --- a/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreSub.cpp +++ b/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreSub.cpp @@ -1,4 +1,5 @@ #include "OtherUnderscoreSub.hpp" + #include "OtherUnderscoreSubDir/SubExtra.hpp" #include "OtherUnderscoreSub_p.hpp" diff --git a/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreSubDir/SubExtra.cpp b/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreSubDir/SubExtra.cpp index e323ed8..22501e4 100644 --- a/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreSubDir/SubExtra.cpp +++ b/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreSubDir/SubExtra.cpp @@ -1,4 +1,5 @@ #include "SubExtra.hpp" + #include "SubExtra_p.hpp" SubExtraPrivate::SubExtraPrivate() diff --git a/Tests/QtAutogen/MocInclude/Common/OwnDot.cpp b/Tests/QtAutogen/MocInclude/Common/OwnDot.cpp index 1cce272..b7b7d85 100644 --- a/Tests/QtAutogen/MocInclude/Common/OwnDot.cpp +++ b/Tests/QtAutogen/MocInclude/Common/OwnDot.cpp @@ -1,4 +1,5 @@ #include "OwnDot.hpp" + #include "OwnDot_p.h" class OwnDotLocal : public QObject diff --git a/Tests/QtAutogen/MocInclude/Common/OwnDotUnderscore.cpp b/Tests/QtAutogen/MocInclude/Common/OwnDotUnderscore.cpp index 2a0b8ad..056c0db 100644 --- a/Tests/QtAutogen/MocInclude/Common/OwnDotUnderscore.cpp +++ b/Tests/QtAutogen/MocInclude/Common/OwnDotUnderscore.cpp @@ -1,4 +1,5 @@ #include "OwnDotUnderscore.hpp" + #include "OwnDotUnderscore_p.h" class OwnDotUnderscoreLocal : public QObject diff --git a/Tests/QtAutogen/MocInclude/Common/OwnUnderscore.cpp b/Tests/QtAutogen/MocInclude/Common/OwnUnderscore.cpp index ebbcf45..cb8f12c 100644 --- a/Tests/QtAutogen/MocInclude/Common/OwnUnderscore.cpp +++ b/Tests/QtAutogen/MocInclude/Common/OwnUnderscore.cpp @@ -1,4 +1,5 @@ #include "OwnUnderscore.hpp" + #include "OwnUnderscore_p.h" OwnUnderscorePrivate::OwnUnderscorePrivate() |