summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-08 09:32:09 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-08 17:37:36 +0000
commitcf4097cfb3b0d5b8e13a5f7c11a9517236edb578 (patch)
treeba7db87d4bb773198b62050620a13e5d855ad8a9
parentfdb3fd9668686239dfdaa88499ca8c7381664bd1 (diff)
Doc: Use correct module identifiers in \qmlproperty commands
Change-Id: I64ca7ae3aa206dee3ef78da33ad7c1a729a51cef Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> (cherry picked from commit 9f0cf421d25168fdace773af0b5da9c51896d7ef) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/multimedia/camera/qcameradevice.cpp2
-rw-r--r--src/multimedia/recording/qscreencapture.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/multimedia/camera/qcameradevice.cpp b/src/multimedia/camera/qcameradevice.cpp
index c94860963..037afc73b 100644
--- a/src/multimedia/camera/qcameradevice.cpp
+++ b/src/multimedia/camera/qcameradevice.cpp
@@ -390,7 +390,7 @@ QList<QSize> QCameraDevice::photoResolutions() const
}
/*!
- \qmlproperty CameraFormat QtMultiMedia::cameraDevice::videoFormats
+ \qmlproperty CameraFormat QtMultimedia::cameraDevice::videoFormats
Holds the video formats supported by the camera.
*/
diff --git a/src/multimedia/recording/qscreencapture.cpp b/src/multimedia/recording/qscreencapture.cpp
index 5a89235af..d2de8f5cc 100644
--- a/src/multimedia/recording/qscreencapture.cpp
+++ b/src/multimedia/recording/qscreencapture.cpp
@@ -159,7 +159,7 @@ QScreen *QScreenCapture::screen() const
}
/*!
- \qmlproperty string QScreenCapture::ScreenCapture::error
+ \qmlproperty string QtMultimedia::ScreenCapture::error
Returns a code of the last error.
*/
@@ -181,7 +181,7 @@ QScreenCapture::Error QScreenCapture::error() const
Signals when an \a error occurs, along with the \a errorString.
*/
/*!
- \qmlproperty string QScreenCapture::ScreenCapture::errorString
+ \qmlproperty string QtMultimedia::ScreenCapture::errorString
Returns a human readable string describing the cause of error.
*/