summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qsoundeffect.h
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2018-03-11 11:52:07 +0100
committerAndré Hartmann <aha_1980@gmx.de>2018-03-27 12:21:34 +0000
commitc96b95e50e71dfae82de5b822e7ab758787acd47 (patch)
tree3365a774c6038eb4221695106e999d631a0c657c /src/multimedia/audio/qsoundeffect.h
parenta7405ab8991083ef24c267b6ae6d53b260d89523 (diff)
QSound(Effect): Use C++11 member initializationv5.11.0-beta3
Change-Id: Iec7442f4621ad131bf6291e0f5d013ee379c5e3b Reviewed-by: Christian Stromme <christian.stromme@qt.io>
Diffstat (limited to 'src/multimedia/audio/qsoundeffect.h')
-rw-r--r--src/multimedia/audio/qsoundeffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/audio/qsoundeffect.h b/src/multimedia/audio/qsoundeffect.h
index 8bde1fe56..b1c5fd22b 100644
--- a/src/multimedia/audio/qsoundeffect.h
+++ b/src/multimedia/audio/qsoundeffect.h
@@ -123,7 +123,7 @@ public Q_SLOTS:
private:
Q_DISABLE_COPY(QSoundEffect)
- QSoundEffectPrivate* d;
+ QSoundEffectPrivate *d = nullptr;
};
QT_END_NAMESPACE