fixed a warning
This commit is contained in:
parent
efdd10fc13
commit
d98ac1b2af
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ void CConnectDlg::SetPingTimeAndNumClientsResult ( CHostAddress&
|
||||||
topLevelItem ( iIdx )->setTextColor ( 1, Qt::darkYellow );
|
topLevelItem ( iIdx )->setTextColor ( 1, Qt::darkYellow );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CMultiColorLED::RL_RED:
|
default: // including "CMultiColorLED::RL_RED"
|
||||||
lvwServers->
|
lvwServers->
|
||||||
topLevelItem ( iIdx )->setTextColor ( 1, Qt::red );
|
topLevelItem ( iIdx )->setTextColor ( 1, Qt::red );
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue