added a comment

This commit is contained in:
Volker Fischer 2011-04-04 19:00:54 +00:00
parent cb2a72c996
commit bebe50aa55

View file

@ -57,6 +57,12 @@ pListViewItem = new QTreeWidgetItem ( ListViewServers );
void CConnectDlg::showEvent ( QShowEvent* ) void CConnectDlg::showEvent ( QShowEvent* )
{ {
// TODO get the IP address of the Master Server when the connect dialog is
// opened -> this seems to be the correct time to do it, use the
// "CClient::SetServerAddr" functionality (extract it to another place...)
// only activate ping timer if window is actually shown // only activate ping timer if window is actually shown
TimerPing.start ( PING_UPDATE_TIME_MS ); TimerPing.start ( PING_UPDATE_TIME_MS );