colon after sender name in chat view
This commit is contained in:
parent
a3b7ed719f
commit
9f85074ca3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue