Commit 509d5401 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

personal message fix

parent 571cf91e
......@@ -164,6 +164,7 @@ TabRoom::TabRoom(AbstractClient *_client, const QString &_ownName, ServerInfo_Ro
{
gameSelector = new GameSelector(client, roomId);
userList = new UserList(false);
connect(userList, SIGNAL(openMessageDialog(const QString &, bool)), this, SIGNAL(openMessageDialog(const QString &, bool)));
chatView = new ChatView(ownName);
sayLabel = new QLabel;
......
......@@ -78,6 +78,7 @@ private:
QString sanitizeHtml(QString dirty) const;
signals:
void roomClosing(TabRoom *tab);
void openMessageDialog(const QString &userName, bool focus);
private slots:
void sendMessage();
void actLeaveRoom();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment