From ffaf39e9a7f11d4e2800b3b37160a2a952795614 Mon Sep 17 00:00:00 2001 From: Alan Alpert <416365416c@gmail.com> Date: Mon, 16 Sep 2013 21:47:37 -0700 Subject: 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 --- src/qml/qml/qqmltypeloader_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmltypeloader_p.h') diff --git a/src/qml/qml/qqmltypeloader_p.h b/src/qml/qml/qqmltypeloader_p.h index 88bca702db..9ff7ddc0eb 100644 --- a/src/qml/qml/qqmltypeloader_p.h +++ b/src/qml/qml/qqmltypeloader_p.h @@ -59,6 +59,7 @@ #include #include #include +#include #include #include @@ -67,7 +68,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3