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.cpp8
1 files changed, 8 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..e5cc2e77e
--- /dev/null
+++ b/Tests/QtAutogen/ObjectLibrary/b/classb.cpp
@@ -0,0 +1,8 @@
+#include "classb.h"
+
+#include <QDebug>
+
+void ClassB::slotDoSomething()
+{
+ qDebug() << m_member;
+}