From c23db0c35b77cc1656ac8822ca948e73c50e8ee6 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 19 Mar 2002 19:14:32 +0000 Subject: Make multiple backends possible --- (limited to 'include/opie/todoevent.h') 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 @@ -29,6 +29,7 @@ class ToDoEvent { void setDescription(const QString& ); bool isOverdue(); + void setUid(int id) {m_uid = id; }; bool operator<(const ToDoEvent &toDoEvent )const; bool operator<=(const ToDoEvent &toDoEvent )const; bool operator!=(const ToDoEvent &toDoEvent )const { return !(*this == toDoEvent); }; -- cgit v0.9.0.2