summaryrefslogtreecommitdiffstats
path: root/examples/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia')
-rw-r--r--examples/multimedia/spectrum/app/wavfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multimedia/spectrum/app/wavfile.cpp b/examples/multimedia/spectrum/app/wavfile.cpp
index b0a3ffccc..d33905572 100644
--- a/examples/multimedia/spectrum/app/wavfile.cpp
+++ b/examples/multimedia/spectrum/app/wavfile.cpp
@@ -109,7 +109,7 @@ const QAudioFormat &WavFile::fileFormat() const
qint64 WavFile::headerLength() const
{
-return m_headerLength;
+ return m_headerLength;
}
bool WavFile::readHeader()