-rw-r--r-- | libopie2/opiepim/core/opimnotify.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opiepim/core/opimnotify.h b/libopie2/opiepim/core/opimnotify.h index b0de000..58417db 100644 --- a/libopie2/opiepim/core/opimnotify.h +++ b/libopie2/opiepim/core/opimnotify.h | |||
@@ -99,12 +99,14 @@ private: | |||
99 | 99 | ||
100 | }; | 100 | }; |
101 | 101 | ||
102 | /** | 102 | /** |
103 | * A Reminder will be put into the | 103 | * A Reminder will be put into the |
104 | * datebook | 104 | * datebook |
105 | * Note that the returned dateTime() may be not valid. | ||
106 | * In these cases one must resolve the uid and get the OEvent | ||
105 | */ | 107 | */ |
106 | class OPimReminder : public OPimNotify { | 108 | class OPimReminder : public OPimNotify { |
107 | public: | 109 | public: |
108 | 110 | ||
109 | /** | 111 | /** |
110 | * c'tor of a reminder | 112 | * c'tor of a reminder |