aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/cloudicon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/cloudicon.cpp')
-rw-r--r--backends/cloud/cloudicon.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/cloud/cloudicon.cpp b/backends/cloud/cloudicon.cpp
index fcac8566fa..708bd24f32 100644
--- a/backends/cloud/cloudicon.cpp
+++ b/backends/cloud/cloudicon.cpp
@@ -85,6 +85,8 @@ void CloudIcon::update() {
_lastUpdateTime = currentTime;
switch (_state) {
+ default:
+ // fallthrough intended
case kHidden:
return; // Nothing to do
case kShown: