Set volume only if volume was explicitly set.
Change-Id: I0d5abab0ffbf61a74c59ce240fd39e756479026b Done-with: Juho Hämäläinen <juho.hamalainen@tieto.com> Reviewed-by: Andrew den Exter <andrew.den.exter@qinetic.com.au>
This commit is contained in:
committed by
Robin Burchell
parent
e316aa6491
commit
9be98e09bc
@@ -181,6 +181,10 @@ private:
|
||||
bool m_resourcesAvailable;
|
||||
|
||||
QMediaPlayerResourceSetInterface *m_resources;
|
||||
|
||||
#if defined(Q_WS_MAEMO_6) || defined(NEMO_AUDIO)
|
||||
bool m_customVolume;
|
||||
#endif
|
||||
};
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user