diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-09-08 09:34:23 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-09-08 09:36:08 (GMT) |
commit | f5ef0b09d34e238b9976875ccba2463c2242c748 (patch) | |
tree | 7e21b11aab26527ccc3ae7db0474bb54d72ec88c /src/multimedia/video | |
parent | fcf98d303f37e5c8e77927cf66de46b1846d1dd0 (diff) | |
download | Qt-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/multimedia/video')
-rw-r--r-- | src/multimedia/video/qvideosurfaceformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |