aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDebao Zhang <hello@debao.me>2013-01-10 15:47:11 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-24 16:41:26 +0100
commitd4425318801c055127dba04792ebf4ef69643b6e (patch)
tree52a61177e79517c4c4a425b0ec460ff5dcdd403d
parentdde265294fb8c48f9e0dce95d2287482ef0c0c6b (diff)
Doc: Fix uses of \since
Change-Id: Idf497424279fbee08e6e5750e6a15372c808105f Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/qml/qml/v8/qjsengine.cpp1
-rw-r--r--src/quick/util/qquickimageprovider.cpp4
2 files changed, 2 insertions, 3 deletions
diff --git a/src/qml/qml/v8/qjsengine.cpp b/src/qml/qml/v8/qjsengine.cpp
index acc734d549..5b1464afe6 100644
--- a/src/qml/qml/v8/qjsengine.cpp
+++ b/src/qml/qml/v8/qjsengine.cpp
@@ -349,7 +349,6 @@ QJSValue QJSEngine::create(int type, const void *ptr)
/*!
\internal
- \since 4.5
convert \a value to \a type, store the result in \a ptr
*/
bool QJSEngine::convertV2(const QJSValue &value, int type, void *ptr)
diff --git a/src/quick/util/qquickimageprovider.cpp b/src/quick/util/qquickimageprovider.cpp
index fb75a7669e..4e3748f78f 100644
--- a/src/quick/util/qquickimageprovider.cpp
+++ b/src/quick/util/qquickimageprovider.cpp
@@ -52,7 +52,7 @@ public:
/*!
\class QQuickTextureFactory
- \since 5.0
+ \since QtQuick 2.0
\brief The QQuickTextureFactory class provides an interface for loading custom textures from QML.
\inmodule QtQuick
@@ -127,7 +127,7 @@ QImage QQuickTextureFactory::image() const
/*!
\class QQuickImageProvider
- \since 5.0
+ \since QtQuick 2.0
\inmodule QtQuick
\brief The QQuickImageProvider class provides an interface for supporting pixmaps and threaded image requests in QML.