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
KAlarm
Commits
85c209fa
Commit
85c209fa
authored
Apr 14, 2014
by
Laurent Montel
😁
Browse files
Add todo about porting to qt5
parent
e6df2fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kaevent.cpp
View file @
85c209fa
...
...
@@ -363,6 +363,8 @@ class KAEventPrivate : public QSharedData
// KAlarm version which first used the current calendar/event format.
// If this changes, KAEvent::convertKCalEvents() must be changed correspondingly.
// The string version is the KAlarm version string used in the calendar file.
//QT5 Fix library version
QByteArray
KAEvent
::
currentCalendarVersionString
()
{
return
QByteArray
(
"2.7.0"
);
}
int
KAEvent
::
currentCalendarVersion
()
{
return
Version
(
2
,
7
,
0
);
}
...
...
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