diff options
Diffstat (limited to 'Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleEInclude.hpp')
-rw-r--r-- | Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleEInclude.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleEInclude.hpp b/Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleEInclude.hpp index f9734db..5f10fb4 100644 --- a/Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleEInclude.hpp +++ b/Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleEInclude.hpp @@ -1,9 +1,10 @@ #ifndef STYLEE_INCLUDE_HPP #define STYLEE_INCLUDE_HPP -#include "UtilityMacros.hpp" #include <QStylePlugin> +#include "UtilityMacros.hpp" + class StyleE : public QStylePlugin { Q_OBJECT |