summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2017-06-22 08:59:46 +0200
committerRainer Keller <Rainer.Keller@qt.io>2017-07-07 05:55:15 +0000
commiteed32d94de9faca7380f7497e7ab0d119ef3cf5c (patch)
treef08e7f0c30d015b660ad142f5cb742b259569c93
parent53538ff9492c5889db3bcbbbe17bc270d1e83cb1 (diff)
downloadqtmultimedia-eed32d94de9faca7380f7497e7ab0d119ef3cf5c.tar.gz
Doc: Fix wrong slash
Change-Id: I979c7d8d01b00689269a7969b628864ca5eab991 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--src/multimedia/audio/qaudiobuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/audio/qaudiobuffer.cpp b/src/multimedia/audio/qaudiobuffer.cpp
index e4918edf2..fe07d1e47 100644
--- a/src/multimedia/audio/qaudiobuffer.cpp
+++ b/src/multimedia/audio/qaudiobuffer.cpp
@@ -355,7 +355,7 @@ int QAudioBuffer::byteCount() const
/*!
Returns the duration of audio in this buffer, in microseconds.
- This depends on the /l format(), and the \l frameCount().
+ This depends on the \l format(), and the \l frameCount().
*/
qint64 QAudioBuffer::duration() const
{