diff options
Diffstat (limited to 'Tests/QtAutogen/Complex/Adir/libA.h')
-rw-r--r-- | Tests/QtAutogen/Complex/Adir/libA.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutogen/Complex/Adir/libA.h b/Tests/QtAutogen/Complex/Adir/libA.h index c4eb9f7..a8ca209 100644 --- a/Tests/QtAutogen/Complex/Adir/libA.h +++ b/Tests/QtAutogen/Complex/Adir/libA.h @@ -2,10 +2,10 @@ #ifndef LIBA_H #define LIBA_H -#include "liba_export.h" - #include <QObject> +#include "liba_export.h" + class LIBA_EXPORT LibA : public QObject { Q_OBJECT |