diff options
author | deva <deva> | 2011-02-08 07:55:50 +0000 |
---|---|---|
committer | deva <deva> | 2011-02-08 07:55:50 +0000 |
commit | 9d1dc91e1e2c11ea6df8e163b0e43f1dd43655d5 (patch) | |
tree | 2d62a606fd2efb2e18f96f12a3be09c0e0544ec5 /client/mainwindow.cc | |
parent | ae91057323802dbfe5797cab6fd923149503b213 (diff) |
Fix 'freeze' (disabled mainwindow after server comm) bug.
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r-- | client/mainwindow.cc | 2 |
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; |