QTfrontend/ui/widget/chatwidget.cpp
changeset 9134 9330bacf2569
parent 9080 9b42757d7e71
child 9493 23c674bfa2e2
equal deleted inserted replaced
9131:07f3bf8d98a3 9134:9330bacf2569
   174 
   174 
   175 HWChatWidget::HWChatWidget(QWidget* parent, bool notify) :
   175 HWChatWidget::HWChatWidget(QWidget* parent, bool notify) :
   176     QWidget(parent),
   176     QWidget(parent),
   177     mainLayout(this)
   177     mainLayout(this)
   178 {
   178 {
   179     this->gameSettings = gameSettings;
   179     this->gameSettings = NULL;
   180     this->notify = notify;
   180     this->notify = notify;
   181 
   181 
   182     m_isAdmin = false;
   182     m_isAdmin = false;
   183     m_autoKickEnabled = false;
   183     m_autoKickEnabled = false;
   184 
   184