summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/libC.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/libC.h')
-rw-r--r--Tests/QtAutogen/libC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutogen/libC.h b/Tests/QtAutogen/libC.h
index 6682576..3bc2bad 100644
--- a/Tests/QtAutogen/libC.h
+++ b/Tests/QtAutogen/libC.h
@@ -11,10 +11,10 @@ class LIBC_EXPORT LibC : public QObject
{
Q_OBJECT
public:
- explicit LibC(QObject *parent = 0);
-
+ explicit LibC(QObject* parent = 0);
int foo();
+
private:
LibB b;
};