mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:37:23 +02:00
Update username/location match in chat to be more lenient
This commit is contained in:
parent
4f236c6bf4
commit
6437f76ed2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
const int NUM_MESSAGES_TO_TIME_STAMP = 20;
|
const int NUM_MESSAGES_TO_TIME_STAMP = 20;
|
||||||
|
|
||||||
const QRegularExpression regexLinks("((?:(?:ftp)|(?:https?))://\\S+)");
|
const QRegularExpression regexLinks("((?:(?:ftp)|(?:https?))://\\S+)");
|
||||||
const QRegularExpression regexHifiLinks("\\s([#@]\\S+)");
|
const QRegularExpression regexHifiLinks("([#@]\\S+)");
|
||||||
|
|
||||||
ChatWindow::ChatWindow(QWidget* parent) :
|
ChatWindow::ChatWindow(QWidget* parent) :
|
||||||
FramelessDialog(parent, 0, POSITION_RIGHT),
|
FramelessDialog(parent, 0, POSITION_RIGHT),
|
||||||
|
|
Loading…
Reference in a new issue