-rw-r--r-- | libkcal/todo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libkcal/todo.h b/libkcal/todo.h index 7feb32e..e6b8a21 100644 --- a/libkcal/todo.h +++ b/libkcal/todo.h @@ -133,3 +133,6 @@ namespace KCal { QString durationText(); + private slots: + void timerSlotSaveRunningInfoToFile( ); private: + int mCurrentTimerDelay; bool mRunning; @@ -137,2 +140,3 @@ namespace KCal { QDateTime mRunStart; + QDateTime mRunLastSave; QDateTime mRunEnd; |