added some test code
This commit is contained in:
parent
a6a6ffeda8
commit
2b594ad000
1 changed files with 2 additions and 3 deletions
|
@ -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 ) );
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue