From cd5a8fc69d7acec07b03dc43a6a6f2bf9afa9952 Mon Sep 17 00:00:00 2001 From: Peter Yard Date: Tue, 21 Feb 2012 15:58:01 +1000 Subject: Docs: fix qml links and standalone build for Multimedia Change-Id: Ia3f1e49aef203911bb5cf1ee062c9100be213b38 Reviewed-by: Jonas Rabbe --- src/imports/multimedia/qdeclarativetorch.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/imports/multimedia/qdeclarativetorch.cpp') diff --git a/src/imports/multimedia/qdeclarativetorch.cpp b/src/imports/multimedia/qdeclarativetorch.cpp index d2830fe9a..4ae985c93 100644 --- a/src/imports/multimedia/qdeclarativetorch.cpp +++ b/src/imports/multimedia/qdeclarativetorch.cpp @@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE /*! \qmlclass Torch QDeclarativeTorch + \inqmlmodule QtMultimedia 5 \brief The Torch element provides simple control over torch functionality \ingroup multimedia_qml @@ -90,7 +91,7 @@ QDeclarativeTorch::~QDeclarativeTorch() } /*! - \qmlproperty bool Torch::enabled + \qmlproperty bool QtMultimedia5::Torch::enabled \property QDeclarativeTorch::enabled Whether the torch is on. If the torch functionality is shared @@ -137,7 +138,7 @@ void QDeclarativeTorch::setEnabled(bool on) } /*! - \qmlproperty int Torch::power + \qmlproperty int QtMultimedia5::Torch::power \property QDeclarativeTorch::power The current torch power setting, as a percentage of full power. -- cgit v1.2.3