diff --git a/src/connectdlg.cpp b/src/connectdlg.cpp index 6af57b7f..5278b92e 100755 --- a/src/connectdlg.cpp +++ b/src/connectdlg.cpp @@ -407,7 +407,7 @@ void CConnectDlg::SetPingTimeAndNumClientsResult ( CHostAddress& topLevelItem ( iIdx )->setTextColor ( 1, Qt::darkYellow ); break; - case CMultiColorLED::RL_RED: + default: // including "CMultiColorLED::RL_RED" lvwServers-> topLevelItem ( iIdx )->setTextColor ( 1, Qt::red ); break;