summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorJonas M. Gastal <jgastal@profusion.mobi>2012-01-30 11:09:13 -0200
committerQt by Nokia <qt-info@nokia.com>2012-01-31 20:01:02 +0100
commitc22be731680c8766894419f9c91a659459baadeb (patch)
tree093f520ca4de4a3aaf3a2d58400a12ab72a90264 /dist/changes-5.0.0
parentfe7265a0bbe4da9577fecd8cb9be22262523f65b (diff)
QDir::NoDotAndDotDot is now QDir::NoDot|QDir::NoDotDot.
Change-Id: I8ef7782258c2ec02ad2ec2a5d5cab90f53c62aa3 Reviewed-by: David Faure <david.faure@kdab.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.03
1 files changed, 3 insertions, 0 deletions
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 *
****************************************************************************