summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/spectrumanalyser.h
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-05-06 09:37:26 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-05-06 09:44:57 (GMT)
commitf5e56527cbf8aa2bc1b78ff8558ea6f6088a7c66 (patch)
tree9ac524faaee62106e3d6706bf2471dec7919785a /demos/spectrum/app/spectrumanalyser.h
parent441e0e6a29ac02c35f6269d7c83a6d70465b7405 (diff)
downloadQt-f5e56527cbf8aa2bc1b78ff8558ea6f6088a7c66.zip
Qt-f5e56527cbf8aa2bc1b78ff8558ea6f6088a7c66.tar.gz
Qt-f5e56527cbf8aa2bc1b78ff8558ea6f6088a7c66.tar.bz2
Corrected headers for spectrum analyzer demo
- Added /3rdparty/ to directory path for FFTReal code - Added missing $QT_BEGIN_LICENSE$, $QT_END_LICENSE$ - Fixed incorrect license in app/wavfile.cpp Reviewed-by: trustme
Diffstat (limited to 'demos/spectrum/app/spectrumanalyser.h')
-rw-r--r--demos/spectrum/app/spectrumanalyser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/spectrum/app/spectrumanalyser.h b/demos/spectrum/app/spectrumanalyser.h
index 9d7684a..caeb1c1 100644
--- a/demos/spectrum/app/spectrumanalyser.h
+++ b/demos/spectrum/app/spectrumanalyser.h
@@ -6,6 +6,7 @@
**
** This file is part of the examples of the Qt Toolkit.
**
+** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
**
** Redistribution and use in source and binary forms, with or without
@@ -30,6 +31,7 @@
** CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
** POSSIBILITY OF SUCH DAMAGE.
+** $QT_END_LICENSE$
**
*****************************************************************************/