HttpStream: fix reorder warning
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user