Stopped timers now show full time and "stopped"
[kitchenalert] / src / timer.cpp
index 1a182b9..df73464 100644 (file)
@@ -213,9 +213,9 @@ bool Timer::load(QString filename)
     return true;
 }
 
-//QString Timer::getFilename()
-//{
-//    return filenameWithPath_;
-//}
+bool Timer::isRunning()
+{
+    return _actualTimer.isActive();
+}