diff -r c163ef0b758d -r ea59c434026a inc/mpsettingsmanager.h --- a/inc/mpsettingsmanager.h Fri Jun 11 13:36:36 2010 +0300 +++ b/inc/mpsettingsmanager.h Wed Jun 23 18:10:13 2010 +0300 @@ -46,6 +46,8 @@ static int preset(); static bool inspireMe(); static bool songDetailsGb(); + static bool showMtpInfo(); + static QString mtpInfoUrl(); public slots: void valueChanged(const XQSettingsKey& key, const QVariant& value); @@ -54,6 +56,7 @@ static void setPreset(int preset); static void setInspireMe(bool inspireme); static void setSongDetailsGb(bool songdetails); + static void stopShowingMtpInfo(); signals: void shuffleChanged(bool shuffle); @@ -65,12 +68,14 @@ private: Q_DISABLE_COPY(MpSettingsManager) XQSettingsManager* mSettingsManager; - bool mFirstStartup; - bool mShuffle; - bool mRepeat; - int mPreset; - bool mInspireMe; - bool mSongDetailsGb; + bool mFirstStartup; + bool mShuffle; + bool mRepeat; + int mPreset; + bool mInspireMe; + bool mSongDetailsGb; + bool mShowMtpInfo; + QString mMtpInfoUrl; }; #endif // MPSETTINGSMANAGER_H