Multimedia: examples coding style unification
Change-Id: Iffae3a276bb2b01f871aee76dc069ce006d69fce Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -41,11 +41,13 @@
|
||||
#ifndef TONEGENERATOR_H
|
||||
#define TONEGENERATOR_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <qglobal.h>
|
||||
#include "spectrum.h"
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QAudioFormat)
|
||||
QT_FORWARD_DECLARE_CLASS(QByteArray)
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QAudioFormat;
|
||||
class QByteArray;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
/**
|
||||
* Generate a sine wave
|
||||
|
||||
Reference in New Issue
Block a user