summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/Complex/libC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/Complex/libC.cpp')
-rw-r--r--Tests/QtAutogen/Complex/libC.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/QtAutogen/Complex/libC.cpp b/Tests/QtAutogen/Complex/libC.cpp
new file mode 100644
index 000000000..a3acff161
--- /dev/null
+++ b/Tests/QtAutogen/Complex/libC.cpp
@@ -0,0 +1,12 @@
+
+#include "libC.h"
+
+LibC::LibC(QObject* parent)
+ : QObject(parent)
+{
+}
+
+int LibC::foo()
+{
+ return b.foo();
+}