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
Akonadi Calendar
Commits
6ea1ae17
Commit
6ea1ae17
authored
Aug 13, 2022
by
Volker Krause
Browse files
Remove the meanwhile unused deprecated loading state API
parent
b4abd2d3
Pipeline
#217820
passed with stage
in 3 minutes and 12 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/calendarbase.cpp
View file @
6ea1ae17
...
...
@@ -650,10 +650,5 @@ void CalendarBase::endBatchAdding()
KCalendarCore
::
MemoryCalendar
::
endBatchAdding
();
}
bool
CalendarBase
::
isLoaded
()
const
{
return
!
isLoading
();
}
#include
"moc_calendarbase.cpp"
#include
"moc_calendarbase_p.cpp"
src/calendarbase.h
View file @
6ea1ae17
...
...
@@ -191,12 +191,6 @@ public:
*/
bool
modifyIncidence
(
const
KCalendarCore
::
Incidence
::
Ptr
&
newIncidence
);
/**
* Returns if the calendar already finished loading.
* Base class returns true.
*/
[[
deprecated
(
"use isLoading() instead"
)]]
bool
isLoaded
()
const
;
Q_SIGNALS:
/**
* This signal is emitted when an incidence is created in akonadi through
...
...
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