summaryrefslogtreecommitdiffstats
path: root/Tests/Qt4Targets/mywrapobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Qt4Targets/mywrapobject.h')
-rw-r--r--Tests/Qt4Targets/mywrapobject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/Qt4Targets/mywrapobject.h b/Tests/Qt4Targets/mywrapobject.h
index 5d4e52a..231a1fe 100644
--- a/Tests/Qt4Targets/mywrapobject.h
+++ b/Tests/Qt4Targets/mywrapobject.h
@@ -6,7 +6,9 @@
#include "myinterface.h"
-class MyWrapObject : public QObject, MyInterface
+class MyWrapObject
+ : public QObject
+ , MyInterface
{
Q_OBJECT
Q_INTERFACES(MyInterface)