screensaver/screensaverplugins/snsrbigclockscreensaverplugin/snsrindicatorwidget/inc/snsrindicatorwidget.h
changeset 92 6727c5d0afc7
parent 61 2b1b11a301d2
--- a/screensaver/screensaverplugins/snsrbigclockscreensaverplugin/snsrindicatorwidget/inc/snsrindicatorwidget.h	Thu Sep 02 20:17:27 2010 +0300
+++ b/screensaver/screensaverplugins/snsrbigclockscreensaverplugin/snsrindicatorwidget/inc/snsrindicatorwidget.h	Fri Sep 17 08:27:54 2010 +0300
@@ -49,7 +49,9 @@
     
     IndicatorLayoutType layoutType() const;
     void setLayoutType(IndicatorLayoutType type);
-        
+
+    void setPowerSaveModeColor(bool savemode);
+
 public slots:
     
     void showIndicators(const QList<SnsrIndicatorInfo> &indicators);
@@ -64,6 +66,7 @@
 
     QList<HbIconItem*> mIcons;   
     IndicatorLayoutType mLayoutType;
+    bool mPowerSaveModeColor;
 
     Q_DISABLE_COPY(SnsrIndicatorWidget)
     SCREENSAVER_TEST_FRIEND_CLASS(T_SnsrIndicatorWidget)