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