aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.2.0
diff options
context:
space:
mode:
authorAlan Alpert <416365416c@gmail.com>2013-11-12 00:11:43 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-13 09:32:27 +0100
commit87f90a43f450cda5e8ce7bf34145f251dfaa5682 (patch)
treed18ea8855dc7262b6091fc874c6eade22895e228 /dist/changes-5.2.0
parent60d86d531811e0ef5a4819395418aaec9f651315 (diff)
Polish up QQmlFileSelector
Incorporate beta feedback, and hide QQmlAbstractUrlInterceptor as the implementation (instead of making that "the API"). Change-Id: Ib7b14afeb9205fb8a87ed16a6d38b1f468b2aaaa Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'dist/changes-5.2.0')
-rw-r--r--dist/changes-5.2.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 9db8458319..da358191e1 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -53,6 +53,10 @@ Third party components
QtQml
------
+- New class QQmlFileSelectors allows applying a QFileSelector to QML assets
+ and types. One is automatically set on QQmlApplicationEngines from now on,
+ plain QQmlEngines must set their own in order to be affected.
+
QtQuick
------