diff -r 70a586fc76fd -r e09633d10f16 QTfrontend/hwform.h --- a/QTfrontend/hwform.h Sun Mar 10 11:29:00 2013 +0100 +++ b/QTfrontend/hwform.h Sun Mar 10 15:44:03 2013 +0100 @@ -62,12 +62,14 @@ Ui_HWForm ui; static GameUIConfig * config; void updateXfire(); - void PlayDemoQuick(const QString & demofilename); void exit(); void setButtonDescription(QString desc); void backDescription(); void GoToVideos(); + void NetConnectQuick(const QString & host, quint16 port); + void PlayDemoQuick(const QString & demofilename); + private slots: void GoToSaves(); void GoToDemos();