aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cppmodelmanager
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@theqtcompany.com>2015-10-01 14:54:31 +0200
committerNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-10-06 13:17:55 +0000
commit307061032cf8c5389d91093cc5937d9cc351772a (patch)
tree683bd807d0d3795a7ec1e2ad5c110a17b154b23f /tests/cppmodelmanager
parent5eb8fe0306bc3cc5dd69d8159530826cf40eb934 (diff)
Fix changing "#include" lines after file renaming
Didn't work if there was any folded text before the #include. Change-Id: I8f16205f06bfaa8b8541401a9ebd5995c15b2227 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
Diffstat (limited to 'tests/cppmodelmanager')
-rw-r--r--tests/cppmodelmanager/testdata_project1/main.cpp30
1 files changed, 29 insertions, 1 deletions
diff --git a/tests/cppmodelmanager/testdata_project1/main.cpp b/tests/cppmodelmanager/testdata_project1/main.cpp
index eca708ea3f..b077eee81b 100644
--- a/tests/cppmodelmanager/testdata_project1/main.cpp
+++ b/tests/cppmodelmanager/testdata_project1/main.cpp
@@ -1,4 +1,32 @@
-// Copyright header
+/****************************************************************************
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+****************************************************************************/
#include "foo.h"