Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
509d5401
Commit
509d5401
authored
Jan 03, 2011
by
Max-Wilhelm Bruker
Browse files
personal message fix
parent
571cf91e
Changes
2
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_room.cpp
View file @
509d5401
...
...
@@ -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
;
...
...
cockatrice/src/tab_room.h
View file @
509d5401
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment