diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-06 07:42:28 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-09-01 04:27:44 (GMT) |
commit | ba0df2bfd58a90669e9f7ec2a5b0fccc463e8f96 (patch) | |
tree | ffe13c7076427d08f38b494a6043cef793b03d01 | |
parent | 8f4b17bb8545d3f61ab81e44a368c6c971e3df3a (diff) | |
download | Qt-ba0df2bfd58a90669e9f7ec2a5b0fccc463e8f96.zip Qt-ba0df2bfd58a90669e9f7ec2a5b0fccc463e8f96.tar.gz Qt-ba0df2bfd58a90669e9f7ec2a5b0fccc463e8f96.tar.bz2 |
Changed width of the document. Part of the fix for QTBUG-12180
(cherry picked from commit 4808151512faef0d78152905885bd3009b89c1a6)
-rw-r--r-- | doc/src/demos/spectrum.qdoc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/src/demos/spectrum.qdoc b/doc/src/demos/spectrum.qdoc index 944f944..b720ce1 100644 --- a/doc/src/demos/spectrum.qdoc +++ b/doc/src/demos/spectrum.qdoc @@ -28,12 +28,8 @@ /*! \example demos/spectrum \title Spectrum Analyzer - -This application is a demo which uses the QtMultimedia APIs to capture and -play back PCM audio. While either recording or playback is ongoing, the -application performs real-time level and frequency spectrum analysis, +This application is a demo which uses the QtMultimedia APIs to capture and +play back PCM audio. While either recording or playback is ongoing, the +application performs real-time level and frequency spectrum analysis, displaying the results in its main window. - - */ - |