summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.2.0
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-04-23 13:48:49 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-21 07:55:16 +0200
commitd934ddc297f6db94dbc548fe01da64350f13577d (patch)
tree26eefb3604fbe626e531bf12834f58a9a1338e26 /dist/changes-5.2.0
parentb88b09fb16754c5057b781d1b625855f75b22aee (diff)
Silently strip leading dot off QFileDialog default suffixes.
Change-Id: Ie41fafe8c2ce7e8ac8dd595ca3809c1da3b386f4 Reviewed-by: Olivier Goffart <ogoffart@woboq.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Diffstat (limited to 'dist/changes-5.2.0')
-rw-r--r--dist/changes-5.2.02
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 4e7a2f397c..17144221d6 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -29,3 +29,5 @@ QtWidgets
- [QTBUG-4206] QTableView resizeToContents will now adjust to actual contents
and not just visible area. QHeaderView::setAutoResizePrecision() has been
introduced to control how precise the autoResize should be.
+
+- QFileDialog::setDefaultSuffix() removes leading dot characters.