summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qsoundeffect.h
diff options
context:
space:
mode:
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