summaryrefslogtreecommitdiffstats
path: root/karm/taskview.h
diff options
context:
space:
mode:
authorRoman Savochenko <roman@home.home>2023-11-22 09:45:36 +0200
committerRoman Savochenko <roman@home.home>2023-11-22 09:45:36 +0200
commitc5804975ec535433effc1dbecefa1b51910b1b67 (patch)
tree593b0e8117f78e2946bc19a7dbb9fb68f5c9fe49 /karm/taskview.h
parentd470e73134c09daf33a87bd80920fc278bf2b3c2 (diff)
downloadtdepim-c5804975ec535433effc1dbecefa1b51910b1b67.tar.gz
tdepim-c5804975ec535433effc1dbecefa1b51910b1b67.zip
KARM: Non negative busy counter and Item Resetfeat/karm-busyCntr-itemReset
Signed-off-by: Roman Savochenko <roman@home.home>
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();