aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlabstracturlinterceptor.cpp
diff options
context:
space:
mode:
authorAlan Alpert <416365416c@gmail.com>2013-11-12 01:56:35 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-13 09:32:32 +0100
commit27052dcad9810869a9065da4c06e9f14379411d7 (patch)
tree35f36b87bc92323cff3d371d9d83a10d2bf48416 /src/qml/qml/qqmlabstracturlinterceptor.cpp
parent87f90a43f450cda5e8ce7bf34145f251dfaa5682 (diff)
Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614
Making it public right now seems a little premature, given all the work happening on the engine now (and for 5.3). We'll be in a better position to commit to it or not next release. Change-Id: Ib7b14afeb9205fb8a87ed16a6d38b1f468b2bbbb Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlabstracturlinterceptor.cpp')
-rw-r--r--src/qml/qml/qqmlabstracturlinterceptor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlabstracturlinterceptor.cpp b/src/qml/qml/qqmlabstracturlinterceptor.cpp
index 127dad86ce..321698ad8e 100644
--- a/src/qml/qml/qqmlabstracturlinterceptor.cpp
+++ b/src/qml/qml/qqmlabstracturlinterceptor.cpp
@@ -44,6 +44,9 @@
\inmodule QtQml
\brief allows you to control QML file loading.
+ \note This class is not currently public API, due to the risk of being affected
+ by planned engine changes in upcoming releases.
+
QQmlAbstractUrlInterceptor is an interface which can be used to alter URLs
before they are used by the QML engine. This is primarily useful for altering
file urls into other file urls, such as selecting different graphical assets