summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-01-19 10:29:41 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-19 16:41:44 +0100
commit253c801c56bbe9fb221ee20e5b4df2368c90b365 (patch)
tree514cefdd1d8f3f1a08b7eeb02206c3591c97cb15 /dist
parent8bbf1a46a56ce0f0047e24a57add63d503dd7457 (diff)
Remove QDir::convertSeparators()
This method has been deprecated since Qt 4.2. QDir::toNativeSeparators() replaces it since then. Change-Id: I49e6e1bfd50f26aa30134e599ee82067709549a7 Reviewed-by: Robin Burchell <robin+qt@viroteck.net> Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.05
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 041e2c55ae..eb9c1a8fdc 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -159,10 +159,13 @@ information about a particular change.
- QNetworkConfiguration::bearerName() removed, and bearerTypeName() should be used.
-- qmake
+- QDir::convertSeparators() (deprecated since Qt 4.2) has been removed. Use
+ QDir::toNativeSeparators() instead.
+- qmake
* several functions and built-in variables were modified to return normalized paths.
+
****************************************************************************
* General *
****************************************************************************