From 2b594ad0001c7844bd43d1f65bdcf719b495e77b Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 30 Mar 2011 17:58:45 +0000 Subject: [PATCH] added some test code --- src/connectdlg.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/connectdlg.cpp b/src/connectdlg.cpp index 01666069..d1a4318a 100755 --- a/src/connectdlg.cpp +++ b/src/connectdlg.cpp @@ -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 ) ); }