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
9f85074c
Commit
9f85074c
authored
Jun 13, 2011
by
Max-Wilhelm Bruker
Browse files
colon after sender name in chat view
parent
a3b7ed71
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/chatview.cpp
View file @
9f85074c
...
...
@@ -32,7 +32,7 @@ void ChatView::appendMessage(QString sender, const QString &message)
senderFormat
.
setForeground
(
Qt
::
blue
);
cursor
.
setCharFormat
(
senderFormat
);
if
(
!
sender
.
isEmpty
())
sender
.
append
(
" "
);
sender
.
append
(
"
:
"
);
cursor
.
insertText
(
sender
);
QTextCharFormat
messageFormat
;
...
...
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