aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/qml/qqmlfile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlfile.cpp b/src/qml/qml/qqmlfile.cpp
index 6d48536b2b..9bdd2cdabb 100644
--- a/src/qml/qml/qqmlfile.cpp
+++ b/src/qml/qml/qqmlfile.cpp
@@ -47,7 +47,8 @@
#include <private/qqmlglobal_p.h>
/*!
-\class The QQmlFile class gives access to local and remote files.
+\class QQmlFile
+\brief The QQmlFile class gives access to local and remote files.
Supports file://, qrc://, bundle:// uris and whatever QNetworkAccessManager supports.
*/