summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/pim/opimnotify.h2
-rw-r--r--libopie2/opiepim/core/opimnotify.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/libopie/pim/opimnotify.h b/libopie/pim/opimnotify.h
index b0de000..58417db 100644
--- a/libopie/pim/opimnotify.h
+++ b/libopie/pim/opimnotify.h
@@ -97,16 +97,18 @@ private:
97 class Private; 97 class Private;
98 Private* d; 98 Private* d;
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 */
106class OPimReminder : public OPimNotify { 108class OPimReminder : public OPimNotify {
107public: 109public:
108 110
109 /** 111 /**
110 * c'tor of a reminder 112 * c'tor of a reminder
111 * @param uid The uid of the Record inside the Datebook 113 * @param uid The uid of the Record inside the Datebook
112 * @param start the StartDate invalid for all day... 114 * @param start the StartDate invalid for all day...
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
@@ -97,16 +97,18 @@ private:
97 class Private; 97 class Private;
98 Private* d; 98 Private* d;
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 */
106class OPimReminder : public OPimNotify { 108class OPimReminder : public OPimNotify {
107public: 109public:
108 110
109 /** 111 /**
110 * c'tor of a reminder 112 * c'tor of a reminder
111 * @param uid The uid of the Record inside the Datebook 113 * @param uid The uid of the Record inside the Datebook
112 * @param start the StartDate invalid for all day... 114 * @param start the StartDate invalid for all day...