summaryrefslogtreecommitdiff
path: root/client/netcom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/netcom.cc')
-rw-r--r--client/netcom.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/netcom.cc b/client/netcom.cc
index 0680f8c..7873c2b 100644
--- a/client/netcom.cc
+++ b/client/netcom.cc
@@ -50,10 +50,8 @@
#endif
#endif
-NetCom::NetCom(QWidget *wdg, QString host, quint16 port)
+NetCom::NetCom(QString host, quint16 port)
{
- this->wdg = wdg;
-
QUrl url;
url.setHost(host);
url.setPort(port);