Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6

This commit is contained in:
Simon Hausmann
2015-10-06 17:25:15 +00:00
committed by The Qt Project
14 changed files with 489 additions and 132 deletions

View File

@@ -297,6 +297,7 @@ void QSoundEffectPrivate::setCategory(const QString &category)
}
PrivateSoundSource::PrivateSoundSource(QSoundEffectPrivate* s):
QIODevice(s),
m_loopCount(1),
m_runningCount(0),
m_playing(false),