X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Falertsound.h;h=d7f22ec99b768ae4772fabc4c1ffb71cd52d59a2;hb=1b7058d42a0dd918569cc049ec174da5dd6b65fe;hp=6e7dec2cf2eb19f4588598a532780389a3f1878e;hpb=ef0252dea07c46470f7b1c94b903052aa68be3ba;p=kitchenalert diff --git a/src/alertsound.h b/src/alertsound.h index 6e7dec2..d7f22ec 100755 --- a/src/alertsound.h +++ b/src/alertsound.h @@ -35,8 +35,8 @@ /*! Class for playing the alert sound' @author Heli Hyvättinen - @date 2011-03-29 - @version 0.2.1 + @date 2011-04-26 + @version 0.3.0 Class for playing (and stopping) the alert sound. @@ -50,6 +50,8 @@ public: virtual ~AlertSound(); + static const QString defaultsound_ ; /*! the name (with full path) of the default sound file */ + signals: public slots: @@ -69,10 +71,12 @@ private: - QMediaPlayer *pSound_; - QString defaultsound_; + QMediaPlayer *pSound_; /*! The media player used to play the sound */ + }; + + #endif // ALERTSOUND_H