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
79a6ac2d
Commit
79a6ac2d
authored
Feb 19, 2012
by
David Jarvie
Browse files
Fix param name for doxygen
parent
5d5b8e10
Changes
1
Hide whitespace changes
Inline
Side-by-side
kaevent.h
View file @
79a6ac2d
...
...
@@ -1238,9 +1238,9 @@ class KALARMCAL_EXPORT KAEvent
* @return @c true if successful, @c false if alarm was not copied.
*/
#ifndef KALARMCAL_USE_KRESOURCES
bool
setDisplaying
(
const
KAEvent
&
event
,
KAAlarm
::
Type
type
,
Akonadi
::
Collection
::
Id
colId
,
const
KDateTime
&
dt
,
bool
showEdit
,
bool
showDefer
);
bool
setDisplaying
(
const
KAEvent
&
event
,
KAAlarm
::
Type
type
,
Akonadi
::
Collection
::
Id
colId
,
const
KDateTime
&
repeatAtLoginTime
,
bool
showEdit
,
bool
showDefer
);
#else
bool
setDisplaying
(
const
KAEvent
&
event
,
KAAlarm
::
Type
type
,
const
QString
&
resourceID
,
const
KDateTime
&
dt
,
bool
showEdit
,
bool
showDefer
);
bool
setDisplaying
(
const
KAEvent
&
event
,
KAAlarm
::
Type
type
,
const
QString
&
resourceID
,
const
KDateTime
&
repeatAtLoginTime
,
bool
showEdit
,
bool
showDefer
);
#endif
#ifndef KALARMCAL_USE_KRESOURCES
...
...
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