summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-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 *
****************************************************************************