aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-08-01 14:15:13 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-02 05:44:47 +0200
commite3a410898e8c9b4e5bebb2b149442092ac863f52 (patch)
tree491279e05efd86e16d2cf0c4661376274766dfad
parent7459f97933efcf8b41e7d4b740b6e86887097f03 (diff)
Mark QQmlFile \internal
Change-Id: Ia323e76f5922ef5c539243e2f834fbc9065451e6 Reviewed-by: Martin Jones <martin.jones@nokia.com>
-rw-r--r--src/qml/qml/qqmlfile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlfile.cpp b/src/qml/qml/qqmlfile.cpp
index df876b6879..324be16075 100644
--- a/src/qml/qml/qqmlfile.cpp
+++ b/src/qml/qml/qqmlfile.cpp
@@ -51,6 +51,8 @@
\class QQmlFile
\brief The QQmlFile class gives access to local and remote files.
+\internal
+
Supports file://, qrc:/, bundle:// uris and whatever QNetworkAccessManager supports.
*/