Web page: current version no longer called "new"
[kitchenalert] / src / kitchenalertmainwindow.h
index c8b4e44..392d05b 100644 (file)
@@ -40,8 +40,8 @@ namespace Ui {
 /*! The main window class of KitchenAlert'
 
   @author Heli Hyvättinen
-  @date 2011-04-05
-  @version 0.2.1
+  @date 2011-01-05
+  @version 0.3.0
 
 Operates the UI.
 
@@ -52,8 +52,6 @@ class KitchenAlertMainWindow : public QMainWindow
     Q_OBJECT 
 
 
-
-
 public:
     explicit KitchenAlertMainWindow(QWidget *parent = 0);
     ~KitchenAlertMainWindow();
@@ -152,6 +150,8 @@ private:
 
     CurrentAlertsTableModel model_; /*! The model that stores the alerts */
 
+    QString defaultSaveDirectory_;
+
     /*!
     Returns a QMoldelIndex pointing to the cell in the column 0 of the row that is currently selected.
     */