Skip to content
GitLab
Menu
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
66f477de
Commit
66f477de
authored
Oct 07, 2019
by
David Jarvie
Browse files
Deprecate Akonadi Item ID functions
parent
744dc933
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kaevent.h
View file @
66f477de
...
...
@@ -494,11 +494,15 @@ public:
/** Return the ID of the calendar resource which contains the event. */
ResourceId
resourceId
()
const
;
/** Set the ID of the Akonadi Item which contains the event. */
void
setItemId
(
Akonadi
::
Item
::
Id
id
);
/** Set the ID of the Akonadi Item which contains the event.
* @deprecated KAlarmCal will no longer provide this functionality.
*/
KALARMCAL_DEPRECATED
void
setItemId
(
Akonadi
::
Item
::
Id
id
);
/** Return the ID of the Akonadi Item which contains the event. */
Akonadi
::
Item
::
Id
itemId
()
const
;
/** Return the ID of the Akonadi Item which contains the event.
* @deprecated KAlarmCal will no longer provide this functionality.
*/
KALARMCAL_DEPRECATED
Akonadi
::
Item
::
Id
itemId
()
const
;
/** Initialise an Akonadi::Item with the event's data.
* Note that the event is not updated with the Item ID.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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