Merge remote-tracking branch 'origin/5.5' into 5.6

Change-Id: I1373622a6d1fd0e2d35df2da79860a373056387f
This commit is contained in:
Liang Qi
2015-10-02 13:48:43 +02:00
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),