refactoring chat-system
This commit is contained in:
@@ -33,7 +33,7 @@ startNetworkGameDialogImpl::startNetworkGameDialogImpl(startWindowImpl *parent,
|
||||
#endif
|
||||
setupUi(this);
|
||||
|
||||
myChat = new ChatTools(lineEdit_ChatInput, myConfig, 1, textBrowser_ChatDisplay, treeWidget );
|
||||
myChat = new ChatTools(lineEdit_ChatInput, myConfig, LAN_LOBBY_CHAT, textBrowser_ChatDisplay);
|
||||
|
||||
lineEdit_ChatInput->installEventFilter(this);
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ public:
|
||||
public slots:
|
||||
|
||||
void setMyW ( gameTableImpl* theValue ) { myW = theValue; }
|
||||
|
||||
ChatTools *getMyChat() { return myChat; }
|
||||
|
||||
void startGame();
|
||||
void cancel();
|
||||
|
||||
Reference in New Issue
Block a user