Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Runtime
Commits
896a67f3
Commit
896a67f3
authored
Jun 22, 2017
by
Daniel Vrátil
🤖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FB: Remove Q_FALLTHROUGH, which was introduced in Qt 5.8
... and we still depend on 5.7 here.
parent
eaf3e870
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
resources/facebook/eventslistjob.cpp
resources/facebook/eventslistjob.cpp
+1
-2
No files found.
resources/facebook/eventslistjob.cpp
View file @
896a67f3
...
...
@@ -61,9 +61,8 @@ KCalCore::Incidence::Status EventsListJob::parseStatus(const QJsonObject &data)
case
Graph
::
NotResponded
:
return
KCalCore
::
Incidence
::
StatusNeedsAction
;
case
Graph
::
Declined
:
Q_FALLTHROUGH
();
case
Graph
::
Birthday
:
Q_FALLTHROUGH
()
;
break
;
}
return
KCalCore
::
Incidence
::
StatusNone
;
...
...
Write
Preview
Markdown
is supported
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