summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/ObjectLibrary/b/classb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/ObjectLibrary/b/classb.cpp')
-rw-r--r--Tests/QtAutogen/ObjectLibrary/b/classb.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/QtAutogen/ObjectLibrary/b/classb.cpp b/Tests/QtAutogen/ObjectLibrary/b/classb.cpp
new file mode 100644
index 000000000..26e09261c
--- /dev/null
+++ b/Tests/QtAutogen/ObjectLibrary/b/classb.cpp
@@ -0,0 +1,7 @@
+#include "classb.h"
+#include <QDebug>
+
+void ClassB::slotDoSomething()
+{
+ qDebug() << m_member;
+}