summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-02-08 11:51:44 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-08 20:26:37 +0000
commitb2aad1af21ac0c3b0d4552815d5b1856edc686eb (patch)
treee55f32bac7adaf257a4d81898b53a3b3e45f807e
parent98c417edf9b0e6f4637ce102bf52fb5d0cea5333 (diff)
downloadqtmultimedia-b2aad1af21ac0c3b0d4552815d5b1856edc686eb.tar.gz
QScreenCapture: minor documentation fixes
Change-Id: I58b136078faa9f8d7846f647c5887392187bfc3c Reviewed-by: Lars Knoll <lars@knoll.priv.no> (cherry picked from commit f10828d0fe99a2dddd158c25a0a140d8af4e82eb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/multimedia/recording/qscreencapture.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/multimedia/recording/qscreencapture.cpp b/src/multimedia/recording/qscreencapture.cpp
index 6699654b4..5d65257c2 100644
--- a/src/multimedia/recording/qscreencapture.cpp
+++ b/src/multimedia/recording/qscreencapture.cpp
@@ -116,7 +116,7 @@ QMediaCaptureSession *QScreenCapture::captureSession() const
/*!
\property QScreenCapture::window
- Describes the window for capturing.
+ \brief the window for capturing.
*/
void QScreenCapture::setWindow(QWindow *window)
{
@@ -144,7 +144,7 @@ QWindow *QScreenCapture::window() const
/*!
\property QScreenCapture::windowId
- Describes the window ID for capturing.
+ \brief the window ID for capturing.
*/
void QScreenCapture::setWindowId(WId id)
{
@@ -172,7 +172,7 @@ WId QScreenCapture::windowId() const
/*!
\property QScreenCapture::active
- Describes whether the capturing is currently active.
+ \brief whether the capturing is currently active.
*/
void QScreenCapture::setActive(bool active)
{
@@ -196,7 +196,7 @@ bool QScreenCapture::isActive() const
/*!
\property QScreenCapture::screen
- Describes the screen for capturing.
+ \brief the screen for capturing.
*/
void QScreenCapture::setScreen(QScreen *screen)
@@ -225,7 +225,7 @@ QScreen *QScreenCapture::screen() const
/*!
\property QScreenCapture::error
- Returns a code of the last error.
+ \brief the code of the last error.
*/
QScreenCapture::Error QScreenCapture::error() const
{
@@ -247,7 +247,7 @@ QScreenCapture::Error QScreenCapture::error() const
/*!
\property QScreenCapture::errorString
- Returns a human readable string describing the cause of error.
+ \brief a human readable string describing the cause of error.
*/
QString QScreenCapture::errorString() const
{