summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-11-26 11:36:13 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-11-27 03:12:28 +0100
commitf364fd4c2f308745e7046bde58f7c109cb68baa4 (patch)
tree6ad906de2567fe8ad06bd5f83503ed34c14bf593 /src/multimedia/audio
parent55b8fe7754183d16e7cec80ee78483694d2ac0ab (diff)
Doc: fix documentation of QAudioFormat::UInt8
They are not both signed and unsigned. Follow the structure of the other values. Pick-to: 6.6 6.5 Task-number: QTBUG-118668 Change-Id: Id55d4f3e24f7023929959983f20e6f23bd4597d5 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> Reviewed-by: Pavel Dubsky <pavel.dubsky@qt.io> Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io>
Diffstat (limited to 'src/multimedia/audio')
-rw-r--r--src/multimedia/audio/qaudioformat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/audio/qaudioformat.cpp b/src/multimedia/audio/qaudioformat.cpp
index 126754d28..9f51759b5 100644
--- a/src/multimedia/audio/qaudioformat.cpp
+++ b/src/multimedia/audio/qaudioformat.cpp
@@ -435,7 +435,7 @@ QAudioFormat::ChannelConfig QAudioFormat::defaultChannelConfigForChannelCount(in
QAudioBuffer.
\value Unknown Not Set
- \value UInt8 Samples are unsigned 8 bit signed integers
+ \value UInt8 Samples are 8 bit unsigned integers
\value Int16 Samples are 16 bit signed integers
\value Int32 Samples are 32 bit signed integers
\value Float Samples are floats