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
KAlarm
Commits
d9e02518
Commit
d9e02518
authored
Sep 18, 2019
by
David Jarvie
Browse files
KACalendar::updateVersion should set the new calendar version
parent
67f5a0b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kacalendar.cpp
View file @
d9e02518
...
...
@@ -121,8 +121,10 @@ int updateVersion(const FileStorage::Ptr &fileStorage, QString &versionString)
qCDebug
(
KALARMCAL_LOG
)
<<
"KAlarm version"
<<
version
;
}
// Convert events to current KAlarm format for when/if the calendar is saved
// Convert events to current KAlarm format for when/if the calendar is saved
.
KAEvent
::
convertKCalEvents
(
fileStorage
->
calendar
(),
ver
);
// Set the new calendar version.
setKAlarmVersion
(
fileStorage
->
calendar
());
return
version
;
}
...
...
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