diff options
author | Marc Mutz <marc.mutz@kdab.com> | 2016-03-02 15:19:22 +0100 |
---|---|---|
committer | Marc Mutz <marc.mutz@kdab.com> | 2016-03-03 16:34:50 +0000 |
commit | 3198bf4944edd8f25996c2b4c4516f606165af59 (patch) | |
tree | c2888fd047c61687b2e65748a62e208b31d5c088 /src/multimedia/controls/qmediaaudioprobecontrol.h | |
parent | d2d0d93f7654fdcca118dd17a745e560d524496b (diff) | |
download | qtmultimedia-3198bf4944edd8f25996c2b4c4516f606165af59.tar.gz |
Add explicit and make public headers compile with -Wzero-as-null-pointer-constant
... or equivalent.
QtBase 5.6 headers already compile that way, so let the other
modules follow suit.
Cleaned up placement of * and & in parameters as a drive-by.
Added explicit where it was missing as a drive-by. This is
not a source-incompatible change, because code that breaks
by this is a bug. Let's not have this sitting around in an LTS.
Task-number: QTBUG-45291
Change-Id: If81ed0c71393aee21d347f5ade4bf3fcc07cd82f
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'src/multimedia/controls/qmediaaudioprobecontrol.h')
-rw-r--r-- | src/multimedia/controls/qmediaaudioprobecontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/controls/qmediaaudioprobecontrol.h b/src/multimedia/controls/qmediaaudioprobecontrol.h index b6961ec94..04ec7aca9 100644 --- a/src/multimedia/controls/qmediaaudioprobecontrol.h +++ b/src/multimedia/controls/qmediaaudioprobecontrol.h @@ -50,7 +50,7 @@ Q_SIGNALS: void flush(); protected: - explicit QMediaAudioProbeControl(QObject *parent = 0); + explicit QMediaAudioProbeControl(QObject *parent = Q_NULLPTR); }; #define QMediaAudioProbeControl_iid "org.qt-project.qt.mediaaudioprobecontrol/5.0" |