Doc: Fix uses of \since
Change-Id: Idf497424279fbee08e6e5750e6a15372c808105f Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
dde265294f
commit
d442531880
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue