QTfrontend/hwform.cpp
changeset 8716 e09633d10f16
parent 8709 191bd86f97a1
child 8720 5603527f9803
--- a/QTfrontend/hwform.cpp	Sun Mar 10 11:29:00 2013 +0100
+++ b/QTfrontend/hwform.cpp	Sun Mar 10 15:44:03 2013 +0100
@@ -1000,8 +1000,14 @@
     game->PlayDemo(demofilename, false);
 }
 
+void HWForm::NetConnectQuick(const QString & host, quint16 port)
+{
+    NetConnectServer(host, port);
+}
+
 void HWForm::NetConnectServer(const QString & host, quint16 port)
 {
+    qDebug("connecting to %s:%d", qPrintable(host), port);
     _NetConnect(host, port, ui.pageOptions->editNetNick->text().trimmed());
 }