diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-25 15:33:44 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-25 15:33:44 (GMT) |
commit | b105d39e12c22321e06a6c4d9e8e05aaf92036bd (patch) | |
tree | f03c99782ec479f29acdf3011acd7c3e7a726d81 /demos/spectrum/app/waveform.h | |
parent | d0f2abcdd58af4afbb75763953fb2f14688360c4 (diff) | |
download | Qt-b105d39e12c22321e06a6c4d9e8e05aaf92036bd.zip Qt-b105d39e12c22321e06a6c4d9e8e05aaf92036bd.tar.gz Qt-b105d39e12c22321e06a6c4d9e8e05aaf92036bd.tar.bz2 |
Build fix for spectrum demo when -qtnamespace is used
Task-number: QTBUG-10881
Reviewed-by: Liang Qi
Diffstat (limited to 'demos/spectrum/app/waveform.h')
-rw-r--r-- | demos/spectrum/app/waveform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spectrum/app/waveform.h b/demos/spectrum/app/waveform.h index dce3c37..57c9eec 100644 --- a/demos/spectrum/app/waveform.h +++ b/demos/spectrum/app/waveform.h @@ -46,7 +46,7 @@ #include <QPixmap> #include <QScopedPointer> -class QByteArray; +QT_FORWARD_DECLARE_CLASS(QByteArray) /** * Widget which displays a section of the audio waveform. |