aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/lotsofdots/object.narf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/lotsofdots/object.narf.h')
-rw-r--r--tests/auto/blackbox/testdata/lotsofdots/object.narf.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/lotsofdots/object.narf.h b/tests/auto/blackbox/testdata/lotsofdots/object.narf.h
new file mode 100644
index 000000000..bb1868cc0
--- /dev/null
+++ b/tests/auto/blackbox/testdata/lotsofdots/object.narf.h
@@ -0,0 +1,13 @@
+#ifndef OBJECT_H
+#define OBJECT_H
+#include <QObject>
+
+class ObjectNarf : public QObject
+{
+ Q_OBJECT
+public:
+ ObjectNarf(QObject *parent = 0);
+};
+
+#endif
+