Timer now knows where it was loaded from
[kitchenalert] / src / timer.h
index ff2c22b..0b13656 100644 (file)
@@ -121,10 +121,14 @@ private:
     QTimer _actualTimer;
     bool alerting_;
 
+    QString filenameWithPath_; /*! Name (with full path) of the file where the timer was loaded from. Empty if timer not loaded from file. */
+
     QModelIndex whereAmI();
 
     AlertSound alertSound_;
 
+
+
 };
 
 #endif // TIMER_H