summaryrefslogtreecommitdiff
path: root/libopie/pim/opimnotifymanager.h
Unidiff
Diffstat (limited to 'libopie/pim/opimnotifymanager.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/pim/opimnotifymanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libopie/pim/opimnotifymanager.h b/libopie/pim/opimnotifymanager.h
index 0eebc9b..0ac30a1 100644
--- a/libopie/pim/opimnotifymanager.h
+++ b/libopie/pim/opimnotifymanager.h
@@ -36,12 +36,15 @@ public:
36 36
37 /** 37 /**
38 * this will do the opposite.. 38 * this will do the opposite..
39 */ 39 */
40 void deregister( const OPimNotify& ); 40 void deregister( const OPimNotify& );
41 41
42
43 bool isEmpty()const;
44
42private: 45private:
43 Reminders m_rem; 46 Reminders m_rem;
44 Alarms m_al; 47 Alarms m_al;
45 48
46 class Private; 49 class Private;
47 Private *d; 50 Private *d;