summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-09-08 09:34:23 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-09-08 09:36:08 (GMT)
commitf5ef0b09d34e238b9976875ccba2463c2242c748 (patch)
tree7e21b11aab26527ccc3ae7db0474bb54d72ec88c /src
parentfcf98d303f37e5c8e77927cf66de46b1846d1dd0 (diff)
downloadQt-f5ef0b09d34e238b9976875ccba2463c2242c748.zip
Qt-f5ef0b09d34e238b9976875ccba2463c2242c748.tar.gz
Qt-f5ef0b09d34e238b9976875ccba2463c2242c748.tar.bz2
Fixed 'illegal empty declaration' warning reported by Nokia X86 compiler
Task-number: 241223 Reviewed-by: TrustMe
Diffstat (limited to 'src')
-rw-r--r--src/multimedia/audio/qaudioinput.h2
-rw-r--r--src/multimedia/video/qvideosurfaceformat.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/multimedia/audio/qaudioinput.h b/src/multimedia/audio/qaudioinput.h
index c152a99..2ec6c7a 100644
--- a/src/multimedia/audio/qaudioinput.h
+++ b/src/multimedia/audio/qaudioinput.h
@@ -96,7 +96,7 @@ Q_SIGNALS:
void notify();
private:
- Q_DISABLE_COPY(QAudioInput);
+ Q_DISABLE_COPY(QAudioInput)
QAbstractAudioInput* d;
};
diff --git a/src/multimedia/video/qvideosurfaceformat.h b/src/multimedia/video/qvideosurfaceformat.h
index 6a8ee17..17a28e4 100644
--- a/src/multimedia/video/qvideosurfaceformat.h
+++ b/src/multimedia/video/qvideosurfaceformat.h
@@ -147,7 +147,7 @@ Q_MULTIMEDIA_EXPORT QDebug operator<<(QDebug, const QVideoSurfaceFormat &);
QT_END_NAMESPACE
-Q_DECLARE_METATYPE(QVideoSurfaceFormat::FrameRate);
+Q_DECLARE_METATYPE(QVideoSurfaceFormat::FrameRate)
Q_DECLARE_METATYPE(QVideoSurfaceFormat::Direction)
Q_DECLARE_METATYPE(QVideoSurfaceFormat::YuvColorSpace)