From ef659d72dcbcb7f609373af1c6343201cb6e773a Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 28 Jun 2011 06:35:10 +0000 Subject: Remove unused NetCom constructor parameter. Make sure maximise/minimise buttons are not hidden on windows. --- client/netcom.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/netcom.cc') 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); -- cgit v1.2.3