From c22be731680c8766894419f9c91a659459baadeb Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Mon, 30 Jan 2012 11:09:13 -0200 Subject: QDir::NoDotAndDotDot is now QDir::NoDot|QDir::NoDotDot. Change-Id: I8ef7782258c2ec02ad2ec2a5d5cab90f53c62aa3 Reviewed-by: David Faure Reviewed-by: Lars Knoll --- dist/changes-5.0.0 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 3874f88032..14a9cbb084 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -190,6 +190,9 @@ information about a particular change. - QTextCodecPlugin has been removed since it is no longer used. All text codecs are now built into QtCore. +- QDir::NoDotAndDotDot is QDir::NoDot|QDir::NoDotDot therefore there is no need + to use or check both. + **************************************************************************** * General * **************************************************************************** -- cgit v1.2.3