From cd71ce2dd43e4cca3b3da3f599616e7b1b6b8deb Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 17 Jun 2005 08:17:07 +0000 Subject: fixxxxx --- (limited to 'libkcal/todo.h') diff --git a/libkcal/todo.h b/libkcal/todo.h index 42db025..11f848e 100644 --- a/libkcal/todo.h +++ b/libkcal/todo.h @@ -42,6 +42,7 @@ namespace KCal { typedef ListBase List; QCString type() const { return "Todo"; } IncTypeID typeID() const { return todoID; } + void saveRunningInfo( QString comment, QDateTime start, QDateTime end ); /** Return an exact copy of this todo. */ Incidence *clone(); @@ -133,6 +134,7 @@ namespace KCal { bool mRunning; QTimer * mRunSaveTimer; QDateTime mRunStart; + QDateTime mRunEnd; bool accept(Visitor &v) { return v.visit(this); } QDateTime mDtDue; // due date of todo -- cgit v0.9.0.2