From 253c801c56bbe9fb221ee20e5b4df2368c90b365 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 19 Jan 2012 10:29:41 +0100 Subject: Remove QDir::convertSeparators() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This method has been deprecated since Qt 4.2. QDir::toNativeSeparators() replaces it since then. Change-Id: I49e6e1bfd50f26aa30134e599ee82067709549a7 Reviewed-by: Robin Burchell Reviewed-by: João Abecasis --- dist/changes-5.0.0 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dist') 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 * **************************************************************************** -- cgit v1.2.3