projects
/
platform
/
upstream
/
qtdeclarative.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7459f97
)
Mark QQmlFile \internal
author
Bea Lam
<bea.lam@nokia.com>
Wed, 1 Aug 2012 04:15:13 +0000
(14:15 +1000)
committer
Qt by Nokia
<qt-info@nokia.com>
Thu, 2 Aug 2012 03:44:47 +0000
(
05:44
+0200)
Change-Id: Ia323e76f5922ef5c539243e2f834fbc9065451e6
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/qml/qml/qqmlfile.cpp
patch
|
blob
|
history
diff --git
a/src/qml/qml/qqmlfile.cpp
b/src/qml/qml/qqmlfile.cpp
index
df876b6
..
324be16
100644
(file)
--- 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.
*/