-rw-r--r-- | include/opie/todoevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opie/todoevent.h b/include/opie/todoevent.h index dd8c0c9..79522b2 100644 --- a/include/opie/todoevent.h +++ b/include/opie/todoevent.h @@ -30,4 +30,5 @@ class ToDoEvent { bool isOverdue(); + void setUid(int id) {m_uid = id; }; bool operator<(const ToDoEvent &toDoEvent )const; bool operator<=(const ToDoEvent &toDoEvent )const; |