diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbwidgets/popups/hbvolumesliderpopup.h --- a/src/hbwidgets/popups/hbvolumesliderpopup.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbwidgets/popups/hbvolumesliderpopup.h Mon Oct 18 18:23:13 2010 +0300 @@ -35,6 +35,7 @@ Q_OBJECT Q_PROPERTY(bool currentValueVisible READ isCurrentValueVisible WRITE setCurrentValueVisible USER true) + Q_PROPERTY(bool muted READ isMuted WRITE setMuted) public: explicit HbVolumeSliderPopup(); @@ -45,6 +46,8 @@ void setCurrentValueVisible(bool visible); bool isCurrentValueVisible()const; + void setMuted( bool mute ); + bool isMuted( ) const; signals: void iconToggled(bool checked);