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
994d2203
Commit
994d2203
authored
Jan 22, 2020
by
David Jarvie
Browse files
Fix build
parent
7d1c6fd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/resources/datamodel.cpp
View file @
994d2203
...
...
@@ -90,7 +90,7 @@ ResourceCreator* createResourceCreator(KAlarmCal::CalEvent::Type defaultType, QW
return
new
AkonadiResourceCreator
(
defaultType
,
parent
);
}
void
updateCalendarToCurrentFormat
(
const
Resource
&
resource
,
bool
ignoreKeepFormat
,
QObject
*
parent
)
void
updateCalendarToCurrentFormat
(
Resource
&
resource
,
bool
ignoreKeepFormat
,
QObject
*
parent
)
{
AkonadiCalendarUpdater
::
updateToCurrentFormat
(
resource
,
ignoreKeepFormat
,
parent
);
}
...
...
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