Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
0de530b4
Commit
0de530b4
authored
Dec 10, 2012
by
David Jarvie
Browse files
Fix apidox parameter names
parent
6b10e2c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
kaevent.h
View file @
0de530b4
...
...
@@ -406,13 +406,13 @@ class KALARMCAL_EXPORT KAEvent
* KCal::Event's non-KAlarm custom properties
* are left untouched.
*/
bool
updateKCalEvent
(
const
KCalCore
::
Event
::
Ptr
&
e
,
UidAction
u
,
bool
setCustomProperties
=
true
)
const
;
bool
updateKCalEvent
(
const
KCalCore
::
Event
::
Ptr
&
e
vent
,
UidAction
u
,
bool
setCustomProperties
=
true
)
const
;
#else
/** Update an existing KCal::Event with the KAEvent data.
* @param event Event to update.
* @param u how to deal with the Event's UID.
*/
bool
updateKCalEvent
(
KCal
::
Event
*
e
,
UidAction
u
)
const
;
bool
updateKCalEvent
(
KCal
::
Event
*
e
vent
,
UidAction
u
)
const
;
#endif
/** Return whether the instance represents a valid event. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment