summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qsoundeffect_pulse_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/audio/qsoundeffect_pulse_p.cpp')
-rw-r--r--src/multimedia/audio/qsoundeffect_pulse_p.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/audio/qsoundeffect_pulse_p.cpp b/src/multimedia/audio/qsoundeffect_pulse_p.cpp
index e38909044..f3a91cc9e 100644
--- a/src/multimedia/audio/qsoundeffect_pulse_p.cpp
+++ b/src/multimedia/audio/qsoundeffect_pulse_p.cpp
@@ -360,8 +360,8 @@ QSoundEffectPrivate::QSoundEffectPrivate(QObject* parent):
m_volume(100),
m_loopCount(1),
m_runningCount(0),
- m_sample(0),
m_reloadCategory(false),
+ m_sample(0),
m_position(0)
{
m_ref = new QSoundEffectRef(this);