Skip to content

Commit ba29f52

Browse files
committed
LP-109 pluginerrorview: add missing breaks
1 parent 7cdc38e commit ba29f52

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ground/gcs/src/libs/extensionsystem/pluginerrorview.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,11 @@ void PluginErrorView::update(PluginSpec *spec)
102102
case PluginSpec::Stopped:
103103
text = tr("Stopped");
104104
tooltip = tr("Plugin was shut down");
105+
break;
105106
case PluginSpec::Deleted:
106107
text = tr("Deleted");
107108
tooltip = tr("Plugin ended its life cycle and was deleted");
109+
break;
108110
}
109111
m_ui->state->setText(text);
110112
m_ui->state->setToolTip(tooltip);

0 commit comments

Comments
 (0)