diff -r 70a586fc76fd -r e09633d10f16 QTfrontend/hwform.cpp --- 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()); }