diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-06 07:42:28 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-06 07:42:28 (GMT) |
commit | 4808151512faef0d78152905885bd3009b89c1a6 (patch) | |
tree | e07d4bb8a3f9bd409e3d1f4667ab1397666ffed7 /doc/src/demos | |
parent | 1dfad8d85a5586831225168c20b1d87efea82522 (diff) | |
download | Qt-4808151512faef0d78152905885bd3009b89c1a6.zip Qt-4808151512faef0d78152905885bd3009b89c1a6.tar.gz Qt-4808151512faef0d78152905885bd3009b89c1a6.tar.bz2 |
Changed width of the document. Part of the fix for QTBUG-12180
Diffstat (limited to 'doc/src/demos')
-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. - - */ - |