X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatitem.cpp;fp=src%2Fqtui%2Fchatitem.cpp;h=d58ab0b326b628749e333f4ecd0a8c588f37cfd0;hp=86fb133205e42a230c0d0466b6cff072f6762fa5;hb=48d0304712eb28b4d3d1fe2e50f36b3921998af8;hpb=875f62ce1fc53806d4856347b0c0bc699e4b154c diff --git a/src/qtui/chatitem.cpp b/src/qtui/chatitem.cpp index 86fb1332..d58ab0b3 100644 --- a/src/qtui/chatitem.cpp +++ b/src/qtui/chatitem.cpp @@ -413,7 +413,7 @@ void ContentsChatItem::doLayout(QTextLayout *layout) const { QList ContentsChatItem::findClickables() const { // For matching URLs static QString urlEnd("(?:>|[,.;:\"]*\\s|\\b|$)"); - static QString urlChars("(?:[,.;:]*[\\w\\-~@/?&=+$()!%#*|{}\\[\\]'])"); + static QString urlChars("(?:[,.;:]*[\\w\\-~@/?&=+$()!%#*|{}\\[\\]'^])"); static QRegExp regExp[] = { // URL