finished chat-implementing in startnetworkgamedialog
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
#include <QtCore>
|
||||
#include <QtGui>
|
||||
|
||||
class Session;
|
||||
|
||||
class ChatTools : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -33,6 +35,8 @@ public:
|
||||
|
||||
~ChatTools();
|
||||
|
||||
void setSession(Session *session) { mySession = session; }
|
||||
|
||||
public slots:
|
||||
|
||||
void sendMessage();
|
||||
@@ -55,11 +59,11 @@ private:
|
||||
QStringList lastMatchStringList;
|
||||
int nickAutoCompletitionCounter;
|
||||
|
||||
QLineEdit* myLineEdit;
|
||||
QLineEdit *myLineEdit;
|
||||
QTreeWidget *myNickTreeWidget;
|
||||
QStringList myNickStringList;
|
||||
QTextBrowser* myTextBrowser;
|
||||
|
||||
QTextBrowser *myTextBrowser;
|
||||
Session *mySession;
|
||||
// friend class GuiWrapper;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user