summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocSkipSource/qItemD.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocSkipSource/qItemD.cpp')
-rw-r--r--Tests/QtAutogen/MocSkipSource/qItemD.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocSkipSource/qItemD.cpp b/Tests/QtAutogen/MocSkipSource/qItemD.cpp
new file mode 100644
index 000000000..fe0f4e4da
--- /dev/null
+++ b/Tests/QtAutogen/MocSkipSource/qItemD.cpp
@@ -0,0 +1,17 @@
+#include "qItemD.hpp"
+
+class QItemD_Local : public QObject
+{
+ Q_OBJECT
+public:
+ QItemD_Local(){};
+ ~QItemD_Local(){};
+};
+
+void QItemD::go()
+{
+ QItemD_Local localObject;
+}
+
+// We need AUTOMOC processing
+#include "qItemD.moc"