diff options
Diffstat (limited to 'src/imports/multimedia/qdeclarativetorch.cpp')
-rw-r--r-- | src/imports/multimedia/qdeclarativetorch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/multimedia/qdeclarativetorch.cpp b/src/imports/multimedia/qdeclarativetorch.cpp index 462183f8c..2cbe3ca81 100644 --- a/src/imports/multimedia/qdeclarativetorch.cpp +++ b/src/imports/multimedia/qdeclarativetorch.cpp @@ -92,7 +92,7 @@ QDeclarativeTorch::~QDeclarativeTorch() } /*! - \qmlproperty bool QtMultimedia5::Torch::enabled + \qmlproperty bool QtMultimedia::Torch::enabled This property indicates whether the torch is enabled. If the torch functionality is shared with the camera flash hardware, the camera will take priority @@ -140,7 +140,7 @@ void QDeclarativeTorch::setEnabled(bool on) } /*! - \qmlproperty int QtMultimedia5::Torch::power + \qmlproperty int QtMultimedia::Torch::power This property holds the current torch power setting, as a percentage of full power. |