summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/findMocs/object2.h
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@theqtcompany.com>2015-12-09 10:27:58 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-12-17 13:47:33 +0000
commitd6efc0aab30c5dc927aa8a0c743ab0c3775321a4 (patch)
tree17d66f0cc27ae85d870b7edede8b0bb9d1f36bf2 /tests/auto/tools/qmake/testdata/findMocs/object2.h
parent879409fd0ffa2466dbd9f7274a4417b34ed18360 (diff)
qmake: teach findMocs to handle backslash-newline gracefully.
Change-Id: Id71352c0cf71ab84bd81d4f3d11bb19dc7965903 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'tests/auto/tools/qmake/testdata/findMocs/object2.h')
-rw-r--r--tests/auto/tools/qmake/testdata/findMocs/object2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/tools/qmake/testdata/findMocs/object2.h b/tests/auto/tools/qmake/testdata/findMocs/object2.h
index cc60269cd3..a52489b44c 100644
--- a/tests/auto/tools/qmake/testdata/findMocs/object2.h
+++ b/tests/auto/tools/qmake/testdata/findMocs/object2.h
@@ -36,6 +36,6 @@
class Object2 : public QObject
{
- Q_OBJECT
+ Q_\
+OBJECT
};
-