diff options
author | Topi Reinio <topi.reinio@qt.io> | 2018-04-17 11:55:41 +0200 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@qt.io> | 2018-04-19 09:37:51 +0000 |
commit | 700e1aa69744565b5327f6a5b185cffb9c9c149f (patch) | |
tree | f8168c29b6fe0ce34514c5b242e25638c095d653 /src/multimedia/video/qvideoprobe.h | |
parent | 6d56f614065e7b006a4958c848e13cabb0a68adb (diff) | |
download | qtmultimedia-700e1aa69744565b5327f6a5b185cffb9c9c149f.tar.gz |
Doc: Fix documentation warnings
Add a custom module header, used only for documentation builds, that
pulls in also the QtMultimediaWidgets module.
Several documentation fixes to clean up warnings from clang.
Task-number: QTBUG-67790
Change-Id: I6c1013798a648250c8555eb92684ec3b33ff7531
Reviewed-by: Martin Smith <martin.smith@qt.io>
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/multimedia/video/qvideoprobe.h')
-rw-r--r-- | src/multimedia/video/qvideoprobe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/video/qvideoprobe.h b/src/multimedia/video/qvideoprobe.h index 93ba4d2f5..38f5ca05a 100644 --- a/src/multimedia/video/qvideoprobe.h +++ b/src/multimedia/video/qvideoprobe.h @@ -62,7 +62,7 @@ public: bool isActive() const; Q_SIGNALS: - void videoFrameProbed(const QVideoFrame &videoFrame); + void videoFrameProbed(const QVideoFrame &frame); void flush(); private: |