From 87a4a3d095f4fbabb91dade7e7313cb844256b9b Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 26 Jun 2013 16:37:23 +0200 Subject: QtQml: document QQmlExtensionPlugin::baseUrl It was added here https://codereview.qt-project.org/#change,47532 without documentation. Also updated \since because for now qdoc seems to interpret \since 5.0 as QtQml 5.0. Task-number: QTBUG-31928 Change-Id: I652e9471f1ad8e83b355bffc8498a6565dc9aa2b Reviewed-by: Jerome Pasion Reviewed-by: Martin Smith --- dist/changes-5.1.0 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0 index 528260e760..141c9a90e1 100644 --- a/dist/changes-5.1.0 +++ b/dist/changes-5.1.0 @@ -85,6 +85,8 @@ QtQml static data generated by previous qmlRegisterType calls. - New qmlRegisteredType function in qqml.h, allowing the registration of composite types from C++. + - New baseUrl() accessor in QQmlExtensionPlugin, in case a plugin + needs to load QML or other assets from the same directory. QtQuick ------ -- cgit v1.2.3