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
KItinerary
Commits
10161371
Commit
10161371
authored
Apr 10, 2022
by
Volker Krause
Browse files
Also indicate against which KCalendarCore version this was built
parent
a8ec767a
Pipeline
#162278
passed with stages
in 1 minute and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib/extractorcapabilities.cpp
View file @
10161371
...
...
@@ -11,6 +11,10 @@
#include
<KItinerary/ExtractorRepository>
#ifdef HAVE_KCAL
#include
<kcalendarcore_version.h>
#endif
#include
<QString>
using
namespace
KItinerary
;
...
...
@@ -39,7 +43,7 @@ QString ExtractorCapabilities::capabilitiesString()
"iCal support : "
#ifdef HAVE_KCAL
"kcal"
"kcal
("
KCALENDARCORE_VERSION_STRING
")
"
#else
"not available"
#endif
...
...
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