fix last remaining warning in frontend
authorsheepluva
Wed, 05 Jun 2013 15:42:00 +0200
changeset 9134 9330bacf2569
parent 9131 07f3bf8d98a3
child 9137 d987230b85ed
fix last remaining warning in frontend
QTfrontend/ui/widget/chatwidget.cpp
--- a/QTfrontend/ui/widget/chatwidget.cpp	Wed Jun 05 15:27:00 2013 +0200
+++ b/QTfrontend/ui/widget/chatwidget.cpp	Wed Jun 05 15:42:00 2013 +0200
@@ -176,7 +176,7 @@
     QWidget(parent),
     mainLayout(this)
 {
-    this->gameSettings = gameSettings;
+    this->gameSettings = NULL;
     this->notify = notify;
 
     m_isAdmin = false;