diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-06 09:37:26 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-06 09:44:57 (GMT) |
commit | f5e56527cbf8aa2bc1b78ff8558ea6f6088a7c66 (patch) | |
tree | 9ac524faaee62106e3d6706bf2471dec7919785a /demos/spectrum/app/mainwidget.h | |
parent | 441e0e6a29ac02c35f6269d7c83a6d70465b7405 (diff) | |
download | Qt-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/mainwidget.h')
-rw-r--r-- | demos/spectrum/app/mainwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/spectrum/app/mainwidget.h b/demos/spectrum/app/mainwidget.h index 8e24f4a..846b97a 100644 --- a/demos/spectrum/app/mainwidget.h +++ b/demos/spectrum/app/mainwidget.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$ ** *****************************************************************************/ |