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:
Robin Burchell
2014-07-22 18:24:41 +02:00
committed by Robin Burchell
parent e316aa6491
commit 9be98e09bc
2 changed files with 17 additions and 3 deletions

View File

@@ -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