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 Tools
Commits
7c233240
Commit
7c233240
authored
Aug 07, 2022
by
Volker Krause
Browse files
Use non-deprecated method to determine calendar loading status
parent
9e027c8e
Pipeline
#217427
passed with stage
in 2 minutes and 8 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
konsolekalendar/main.cpp
View file @
7c233240
...
...
@@ -550,7 +550,7 @@ int main(int argc, char *argv[])
QElapsedTimer
t
;
t
.
start
();
loop
.
exec
();
qCDebug
(
KONSOLEKALENDAR_LOG
)
<<
"Calendar loaded in"
<<
t
.
elapsed
()
<<
"ms; success="
<<
calendar
->
isLoad
ed
()
qCDebug
(
KONSOLEKALENDAR_LOG
)
<<
"Calendar loaded in"
<<
t
.
elapsed
()
<<
"ms; success="
<<
!
calendar
->
isLoad
ing
()
<<
"; num incidences="
<<
calendar
->
incidences
().
count
();
variables
.
setCalendar
(
calendar
);
...
...
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