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
|
// TEST
|
||||||
pListViewItem = new QTreeWidgetItem ( ListViewServers );
|
pListViewItem = new QTreeWidgetItem ( ListViewServers );
|
||||||
//TextLabelPingTime->setText ( "" );
|
|
||||||
|
|
||||||
|
|
||||||
// Connections -------------------------------------------------------------
|
// Connections -------------------------------------------------------------
|
||||||
|
@ -75,8 +74,8 @@ void CConnectDlg::OnTimerPing()
|
||||||
// send ping message to server
|
// send ping message to server
|
||||||
|
|
||||||
// TEST
|
// TEST
|
||||||
//pClient->SendCLPingMess ( pClient->GetChannel()->
|
//QHostAddress test ( "127.0.0.1" );
|
||||||
// const CHostAddress& InetAddr );
|
//pClient->SendCLPingMess ( CHostAddress ( test, 22124 ) );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue