summary refs log tree commit diff
path: root/include/TopRoomBar.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-24 13:13:07 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-24 13:13:07 +0200
commit6835a97b15f642829ffe168464aeb1eae8f7b6a9 (patch)
tree946f7d34f06eb9b5106a31ac86d25df6d6a845a8 /include/TopRoomBar.h
parentFix deploy conditionals (diff)
downloadnheko-6835a97b15f642829ffe168464aeb1eae8f7b6a9.tar.xz
Use a better regex to identify URLs
Diffstat (limited to 'include/TopRoomBar.h')
-rw-r--r--include/TopRoomBar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/TopRoomBar.h b/include/TopRoomBar.h

index 471662a4..13eaaa38 100644 --- a/include/TopRoomBar.h +++ b/include/TopRoomBar.h
@@ -36,9 +36,6 @@ class Menu; class OverlayModal; class RoomSettings; -static const QString URL_HTML = "<a href=\"\\1\">\\1</a>"; -static const QRegExp URL_REGEX("((?:https?|ftp)://\\S+)"); - class TopRoomBar : public QWidget { Q_OBJECT