Just backing up the current sources...
[kitchenalert] / src / alertsound.h
index 19f4a59..7866d71 100644 (file)
@@ -37,8 +37,8 @@
 /*! Class for playing the alert sound'
 
   @author Heli Hyvättinen
-  @date 2010-07-20
-  @version 0.1
+  @date 2010-09-27
+  @version 0.2.0
 
 Class for playing (and stopping) the alert sound.
 
@@ -50,6 +50,8 @@ class AlertSound : public QObject
 public:
     explicit AlertSound(QObject *parent = 0);
 
+    virtual ~AlertSound();
+
 signals:
 
 public slots:
@@ -62,6 +64,7 @@ public slots:
     /*! Changes the sound file (both current and saved in settings) */
     void setSound(QString filename);
 
+    /*! Switches to using the default sound and saves this behaviour in settings */
     void setDefaultSound();
 
 private: