From 52b74f396416cc1b87d76a0541617512da22157a Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 12 May 2003 13:12:45 +0000 Subject: fix up OTodo::hasNotifiers add a const notifiers() function and fix OPimNotifyManager::isEmpty --- (limited to 'libopie/pim/otodo.h') diff --git a/libopie/pim/otodo.h b/libopie/pim/otodo.h index 0e7c73f..4d5ee36 100644 --- a/libopie/pim/otodo.h +++ b/libopie/pim/otodo.h @@ -175,7 +175,8 @@ public: bool hasNotifiers()const; /* - * check if the sharing is still fine!! -zecke + * FIXME check if the sharing is still fine!! -zecke + * ### CHECK If API is fine */ /** * return a reference to our notifiers... @@ -183,6 +184,11 @@ public: OPimNotifyManager ¬ifiers(); /** + * + */ + const OPimNotifyManager ¬ifiers()const; + + /** * reimplementations */ QString type()const; -- cgit v0.9.0.2