aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2018-07-16 16:07:00 +0300
committerOrgad Shaneh <orgads@gmail.com>2018-07-16 13:13:05 +0000
commitdedbb40f57e936c9d8188c1c96c4156a1059bc12 (patch)
tree21295f056e79bcd4f7f61bc88fde7dcde5157bb2
parentd1d4d0cdcdd95835a542184170b178858c7b6bf3 (diff)
Remove copying settings from Nokia directoryv4.7.0
Change-Id: I550b62ab74505f72eee5c8daba206f80dd5a3a34 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--src/app/app_version.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app_version.h.in b/src/app/app_version.h.in
index 547beaf9f2..c234fa0582 100644
--- a/src/app/app_version.h.in
+++ b/src/app/app_version.h.in
@@ -64,7 +64,7 @@ const char * const IDE_SETTINGSVARIANT_STR = \"QtProject\";
#ifdef IDE_COPY_SETTINGS_FROM_VARIANT
const char * const IDE_COPY_SETTINGS_FROM_VARIANT_STR = STRINGIFY(IDE_COPY_SETTINGS_FROM_VARIANT);
#else
-const char * const IDE_COPY_SETTINGS_FROM_VARIANT_STR = \"Nokia\";
+const char * const IDE_COPY_SETTINGS_FROM_VARIANT_STR = \"\";
#endif
#undef IDE_VERSION_DISPLAY_DEF