HttpStream: fix reorder warning

This commit is contained in:
Matthieu Bouron
2018-10-18 17:31:55 +02:00
parent 51477c6eb2
commit 152042cfa0

View File

@@ -48,8 +48,8 @@ GLOBAL_STATIC(HttpStream, instance)
HttpStream::HttpStream(QObject *p)
: QObject(p)
, enabled(false)
, state(MPDState_Inactive)
, muted(false)
, state(MPDState_Inactive)
, playStateChecks(0)
, currentVolume(50)
, unmuteVol(50)