diff options
Diffstat (limited to 'Tests/Qt4Targets/main_gen_test.cpp')
-rw-r--r-- | Tests/Qt4Targets/main_gen_test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/Qt4Targets/main_gen_test.cpp b/Tests/Qt4Targets/main_gen_test.cpp index 1ea390b..6616e84 100644 --- a/Tests/Qt4Targets/main_gen_test.cpp +++ b/Tests/Qt4Targets/main_gen_test.cpp @@ -3,7 +3,9 @@ #include "myinterface.h" -class MyObject : public QObject, MyInterface +class MyObject + : public QObject + , MyInterface { Q_OBJECT Q_INTERFACES(MyInterface) |