summaryrefslogtreecommitdiffstats
path: root/karm/taskview.h
diff options
context:
space:
mode:
Diffstat (limited to 'karm/taskview.h')
-rw-r--r--karm/taskview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/karm/taskview.h b/karm/taskview.h
index c74f86cf..f5e32907 100644
--- a/karm/taskview.h
+++ b/karm/taskview.h
@@ -101,6 +101,9 @@ class TaskView : public TDEListView
/** Stop all running timers as if it was qdt */
void stopAllTimersAt(TQDateTime qdt);
+ /** Reset session and total time to zero for the current item in the view. */
+ void resetTimeCurrentTask();
+
/** Calls newTask dialog with caption "New Task". */
void newTask();