Skip to content

Commit 2e4264f

Browse files
Qt: UI: clear probe status bar on disconnect
1 parent 1f9c197 commit 2e4264f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/solum_qt/solumqt.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ void Solum::setConnected(CusConnection res, int port, const QString& msg)
469469
addStatus(QStringLiteral("Disconnected"));
470470
ui_.connect->setText(QStringLiteral("Connect"));
471471
ui_.cert->clear();
472+
ui_.probeStatus->clear();
472473
ui_.freeze->setEnabled(false);
473474
ui_.update->setEnabled(false);
474475
ui_.load->setEnabled(false);

0 commit comments

Comments
 (0)