added some test code

This commit is contained in:
Volker Fischer 2011-03-30 17:58:45 +00:00
parent a6a6ffeda8
commit 2b594ad000

View File

@ -47,7 +47,6 @@ CConnectDlg::CConnectDlg ( CClient* pNCliP, QWidget* parent,
// TEST
pListViewItem = new QTreeWidgetItem ( ListViewServers );
//TextLabelPingTime->setText ( "" );
// Connections -------------------------------------------------------------
@ -75,8 +74,8 @@ void CConnectDlg::OnTimerPing()
// send ping message to server
// TEST
//pClient->SendCLPingMess ( pClient->GetChannel()->
// const CHostAddress& InetAddr );
//QHostAddress test ( "127.0.0.1" );
//pClient->SendCLPingMess ( CHostAddress ( test, 22124 ) );
}