aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-05-14 16:04:11 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-14 08:29:43 +0200
commit139c020ed3aebed015e420886d524f50bcc9b52b (patch)
treeca656f05dd0945116d2238ed48037e237bfbd29f
parent8b900a24282a52671f270c7af31ef85f61b46863 (diff)
Fix invalid qdoc input
Change-Id: I0f6143d7b8f816f0d55281c7ba0eec8248ce1cbe Reviewed-by: Martin Jones <martin.jones@nokia.com>
-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.
*/