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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/netcom.h') diff --git a/client/netcom.h b/client/netcom.h index 1ee06d6..46d40d0 100644 --- a/client/netcom.h +++ b/client/netcom.h @@ -51,7 +51,7 @@ typedef enum { class NetCom : public QObject { Q_OBJECT public: - NetCom(QWidget *wdg, QString host, quint16 port); + NetCom(QString host, quint16 port); ~NetCom(); void send(QString templ, QString macro = ""); -- cgit v1.2.3