aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qml.pri
diff options
context:
space:
mode:
authorAlan Alpert <416365416c@gmail.com>2013-09-16 21:47:37 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-19 01:18:54 +0200
commitffaf39e9a7f11d4e2800b3b37160a2a952795614 (patch)
treed32eacab14d99c7f4a5edaf3ce315f9094bb036a /src/qml/qml/qml.pri
parentd375a65ce10d2854cf6a4643bc9ffb221df99494 (diff)
Make QQmlAbstractUrlInterceptor public
A supporting class for file selectors and qml import control, it allows redirecting local file paths (use a QNAM for remote paths). All work was done previously for Qt 5.1, including tests. This is just making it public for Qt 5.2. Change-Id: Icb319cc23200541c8e4088b2d400e9af94f3eee5 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qml.pri')
-rw-r--r--src/qml/qml/qml.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qml.pri b/src/qml/qml/qml.pri
index dae76ede32..8dfe0f1d3b 100644
--- a/src/qml/qml/qml.pri
+++ b/src/qml/qml/qml.pri
@@ -124,7 +124,7 @@ HEADERS += \
$$PWD/qqmlplatform_p.h \
$$PWD/qqmlbinding_p.h \
$$PWD/qqmlextensionplugin_p.h \
- $$PWD/qqmlabstracturlinterceptor_p.h \
+ $$PWD/qqmlabstracturlinterceptor.h \
$$PWD/qqmlapplicationengine_p.h \
$$PWD/qqmlapplicationengine.h \
$$PWD/qqmllistwrapper_p.h \