author | zecke <zecke> | 2003-05-12 13:18:29 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-05-12 13:18:29 (UTC) |
commit | c2602b4c290a14f4655d7e07eea20b55c1f38c8e (patch) (unidiff) | |
tree | 1e08388bf45e65df75722af3a76a256b3178dc86 | |
parent | d6e4c1a54185b1aa4443cb79a36acc637acf84ac (diff) | |
download | opie-c2602b4c290a14f4655d7e07eea20b55c1f38c8e.zip opie-c2602b4c290a14f4655d7e07eea20b55c1f38c8e.tar.gz opie-c2602b4c290a14f4655d7e07eea20b55c1f38c8e.tar.bz2 |
Add a comment
-rw-r--r-- | libopie/pim/opimnotify.h | 2 | ||||
-rw-r--r-- | libopie2/opiepim/core/opimnotify.h | 2 |
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 | |||
@@ -93,24 +93,26 @@ private: | |||
93 | void copyIntern(); | 93 | void copyIntern(); |
94 | struct Data; | 94 | struct Data; |
95 | Data * data; | 95 | Data * data; |
96 | 96 | ||
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 | */ |
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 |
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... |
113 | * @param duration The duration of the event ( -1 for all day ) | 115 | * @param duration The duration of the event ( -1 for all day ) |
114 | * @param parent The 'parent' record of this reminder | 116 | * @param parent The 'parent' record of this reminder |
115 | */ | 117 | */ |
116 | OPimReminder( int uid = 0, const QDateTime& start = QDateTime(), | 118 | OPimReminder( int uid = 0, const QDateTime& start = QDateTime(), |
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 | |||
@@ -93,24 +93,26 @@ private: | |||
93 | void copyIntern(); | 93 | void copyIntern(); |
94 | struct Data; | 94 | struct Data; |
95 | Data * data; | 95 | Data * data; |
96 | 96 | ||
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 | */ |
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 |
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... |
113 | * @param duration The duration of the event ( -1 for all day ) | 115 | * @param duration The duration of the event ( -1 for all day ) |
114 | * @param parent The 'parent' record of this reminder | 116 | * @param parent The 'parent' record of this reminder |
115 | */ | 117 | */ |
116 | OPimReminder( int uid = 0, const QDateTime& start = QDateTime(), | 118 | OPimReminder( int uid = 0, const QDateTime& start = QDateTime(), |