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/mainwindow.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/mainwindow.cc') diff --git a/client/mainwindow.cc b/client/mainwindow.cc index 492d601..b9aab28 100644 --- a/client/mainwindow.cc +++ b/client/mainwindow.cc @@ -69,8 +69,8 @@ MainWindow *gmainwindow = NULL; MainWindow::MainWindow(QString patientid, QString templ, QString host, quint16 port, QString user) - : QMainWindow(0, Qt::WindowContextHelpButtonHint), - netcom(this, host, port) + : QMainWindow(0), // Qt::WindowContextHelpButtonHint + netcom(host, port) { gmainwindow = this; -- cgit v1.2.3