aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler.cpp
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/qqmlcompiler.cpp
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/qqmlcompiler.cpp')
-rw-r--r--src/qml/qml/qqmlcompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcompiler.cpp b/src/qml/qml/qqmlcompiler.cpp
index 6bc9128730..8a0e015827 100644
--- a/src/qml/qml/qqmlcompiler.cpp
+++ b/src/qml/qml/qqmlcompiler.cpp
@@ -61,7 +61,7 @@
#include "qqmlscriptstring.h"
#include "qqmlglobal_p.h"
#include "qqmlbinding_p.h"
-#include "qqmlabstracturlinterceptor_p.h"
+#include "qqmlabstracturlinterceptor.h"
#include <QDebug>
#include <QPointF>