From 9d1dc91e1e2c11ea6df8e163b0e43f1dd43655d5 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 8 Feb 2011 07:55:50 +0000 Subject: Fix 'freeze' (disabled mainwindow after server comm) bug. --- client/mainwindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/mainwindow.cc') 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; -- cgit v1.2.3