summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
authordeva <deva>2011-02-08 07:55:50 +0000
committerdeva <deva>2011-02-08 07:55:50 +0000
commit9d1dc91e1e2c11ea6df8e163b0e43f1dd43655d5 (patch)
tree2d62a606fd2efb2e18f96f12a3be09c0e0544ec5 /client/mainwindow.cc
parentae91057323802dbfe5797cab6fd923149503b213 (diff)
Fix 'freeze' (disabled mainwindow after server comm) bug.
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r--client/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index 97c143e..03087ad 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -63,7 +63,7 @@ public:
MainWindow::MainWindow(QString cpr, QString templ, QString host,
quint16 port, QString user)
: QMainWindow(0, Qt::WindowContextHelpButtonHint),
- netcom(host, port)
+ netcom(this, host, port)
{
isStored = false;