summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlnetworkaccessmanagerfactory.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-02-16 10:27:56 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-02-16 10:27:56 (GMT)
commite5534b9ba700fa2b25fa63e181e2c5f82469875d (patch)
tree37e5c64b675413b56f7dbacbe3109ae3d2d62fd1 /src/declarative/qml/qmlnetworkaccessmanagerfactory.cpp
parentd4135524762c9f702f5a22a8e399ad867f7050d7 (diff)
downloadQt-e5534b9ba700fa2b25fa63e181e2c5f82469875d.zip
Qt-e5534b9ba700fa2b25fa63e181e2c5f82469875d.tar.gz
Qt-e5534b9ba700fa2b25fa63e181e2c5f82469875d.tar.bz2
doc: Fixed some qdoc errors.
Diffstat (limited to 'src/declarative/qml/qmlnetworkaccessmanagerfactory.cpp')
-rw-r--r--src/declarative/qml/qmlnetworkaccessmanagerfactory.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlnetworkaccessmanagerfactory.cpp b/src/declarative/qml/qmlnetworkaccessmanagerfactory.cpp
index 76f20d8..1e367d4 100644
--- a/src/declarative/qml/qmlnetworkaccessmanagerfactory.cpp
+++ b/src/declarative/qml/qmlnetworkaccessmanagerfactory.cpp
@@ -62,6 +62,10 @@ QT_BEGIN_NAMESPACE
Note: the create() method may be called by multiple threads, so ensure the
implementation of this method is reentrant.
*/
+
+/*!
+ The destructor is empty.
+ */
QmlNetworkAccessManagerFactory::~QmlNetworkAccessManagerFactory()
{
}