inc/mpsettingsmanager.h
changeset 41 ea59c434026a
parent 29 8192e5b5c935
--- 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