-rw-r--r-- | libkcal/todo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libkcal/todo.h b/libkcal/todo.h index fe43357..ec1ffda 100644 --- a/libkcal/todo.h +++ b/libkcal/todo.h | |||
@@ -119,16 +119,17 @@ namespace KCal { | |||
119 | bool setRecurDates(); | 119 | bool setRecurDates(); |
120 | bool isRunning() {return mRunning;} | 120 | bool isRunning() {return mRunning;} |
121 | bool hasRunningSub(); | 121 | bool hasRunningSub(); |
122 | void setRunning( bool ); | 122 | void setRunning( bool ); |
123 | int runTime(); | 123 | int runTime(); |
124 | QDateTime runStart () const { return mRunStart;} | 124 | QDateTime runStart () const { return mRunStart;} |
125 | public slots: | 125 | public slots: |
126 | void saveRunningInfoToFile(); | 126 | void saveRunningInfoToFile(); |
127 | void saveParents(); | ||
127 | private: | 128 | private: |
128 | bool mRunning; | 129 | bool mRunning; |
129 | QTimer * mRunSaveTimer; | 130 | QTimer * mRunSaveTimer; |
130 | QDateTime mRunStart; | 131 | QDateTime mRunStart; |
131 | bool accept(Visitor &v) { return v.visit(this); } | 132 | bool accept(Visitor &v) { return v.visit(this); } |
132 | 133 | ||
133 | QDateTime mDtDue; // due date of todo | 134 | QDateTime mDtDue; // due date of todo |
134 | 135 | ||