Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Commit

Permalink
Fix unintended fallthrough
Browse files Browse the repository at this point in the history
Change-Id: Ie67e0f5b41886d1c1b20f61bcd9fb7abc5f903bf
Reviewed-on: https://codereview.kdab.com/47834
Tested-by: Continuous Integration <build@kdab.com>
Reviewed-by: Frank Osterfeld <frank.osterfeld@kdab.com>
  • Loading branch information
iamsergio authored and frankosterfeld committed Jun 29, 2017
1 parent 6802d5f commit 6d98047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Charm/Widgets/ActivityReport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ void ActivityReport::slotLinkClicked(const QUrl &which)
m_properties.end = which.toString()
== QLatin1String("Previous") ? m_properties.end.addMonths(-1)
: m_properties.end.addMonths(1);
break;
case Year:
m_properties.start = which.toString()
== QLatin1String("Previous") ? m_properties.start.addYears(-1)
Expand Down

0 comments on commit 6d98047

Please sign in to comment.