summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r--client/mainwindow.cc4
1 files changed, 2 insertions, 2 deletions
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;