fixed a warning

This commit is contained in:
Volker Fischer 2014-01-06 16:49:19 +00:00
parent efdd10fc13
commit d98ac1b2af

View File

@ -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;