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
Akonadi Calendar
Commits
11e13f24
Commit
11e13f24
authored
Feb 17, 2021
by
Carl Schwan
🚴
Browse files
Improve CalendarBase documentation
Fix copy-paste error
parent
e6fad2f2
Pipeline
#51349
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/calendarbase.h
View file @
11e13f24
...
...
@@ -58,8 +58,7 @@ public:
Q_REQUIRED_RESULT
Akonadi
::
Item
item
(
const
QString
&
uid
)
const
;
/**
* Returns the Item containing the incidence with uid @p uid or an invalid Item
* if the incidence isn't found.
* Returns the Item containing @p incidence or an invalid Item if the incidence isn't found.
*/
Q_REQUIRED_RESULT
Akonadi
::
Item
item
(
const
KCalendarCore
::
Incidence
::
Ptr
&
incidence
)
const
;
...
...
Write
Preview
Supports
Markdown
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