summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.2.0
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2013-11-12 18:06:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-14 21:15:35 +0100
commit900c550f0145f00ec8c39560af2e42c8a58ef9d3 (patch)
treed41949b78eb67e98a87b3a4ea30ee9d8eafd4749 /dist/changes-5.2.0
parentd7d7786026f57cfbd1b5c5ef4e2eb80d832e2d47 (diff)
Doc: document QCoreApplication::arguments() behavior fix in Windows
Task-number: QTBUG-34744 Change-Id: I97699710a5a8af34808bab9037ccea065f07b7d5 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'dist/changes-5.2.0')
-rw-r--r--dist/changes-5.2.08
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index b0446fbbaf..898441a675 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -158,6 +158,14 @@ Changes in Qt 5.2.0
* Platform Specific Changes *
****************************************************************************
+
+Qt for Windows
+--------------
+ - QCoreApplication::arguments() changed the handling of single quotes, double quotes
+ and the backslash character, in order to match what argv[] contains.
+ In particular, single quotes are no longer removed from the argument string.
+ (QTBUG-15379, QTBUG-30628)
+
Qt for Android
--------------
- Project structure and deployment has changed with the introduction of