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
bbc04d2e
Commit
bbc04d2e
authored
Sep 27, 2019
by
David Jarvie
Browse files
Don't deprecate methods
parent
e612979b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kaevent.h
View file @
bbc04d2e
...
...
@@ -458,9 +458,9 @@ public:
int
revision
()
const
;
/** Set the ID of the Akonadi Collection which contains the event.
* @
deprecated U
se setResourceId() i
nstea
d.
* @s
e
e setResourceId() i
s the generic form of this metho
d.
*/
KALARMCAL_DEPRECATED
void
setCollectionId
(
Akonadi
::
Collection
::
Id
id
);
void
setCollectionId
(
Akonadi
::
Collection
::
Id
id
);
/** Set the ID of the calendar resource which contains the event. */
void
setResourceId
(
ResourceId
id
);
...
...
@@ -471,9 +471,9 @@ public:
* updated. It is designed to be used when a KAEvent is
* being created from an Akonadi Item, to avoid unnecessary
* copying. Use with caution!
* @
deprecated U
se setResourceId_const() i
nstea
d.
* @s
e
e setResourceId_const() i
s the generic form of this metho
d.
*/
KALARMCAL_DEPRECATED
void
setCollectionId_const
(
Akonadi
::
Collection
::
Id
id
)
const
;
void
setCollectionId_const
(
Akonadi
::
Collection
::
Id
id
)
const
;
/** Set the ID of the Akonadi Collection which contains the event.
* @warning This is a const method, which means that any other instance
...
...
@@ -485,9 +485,9 @@ public:
void
setResourceId_const
(
ResourceId
id
)
const
;
/** Return the ID of the Akonadi Collection which contains the event.
* @
deprecated U
se resourceId() i
nstea
d.
* @s
e
e resourceId() i
s the generic form of this metho
d.
*/
KALARMCAL_DEPRECATED
Akonadi
::
Collection
::
Id
collectionId
()
const
;
Akonadi
::
Collection
::
Id
collectionId
()
const
;
/** Return the ID of the calendar resource which contains the event. */
ResourceId
resourceId
()
const
;
...
...
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