Made links open in browser

This commit is contained in:
Rasmus Karlsson
2017-07-26 09:08:19 +02:00
parent 23eb42013b
commit b3b89e8019
3 changed files with 13 additions and 3 deletions
+2
View File
@@ -3,6 +3,7 @@
#include "messages/message.hpp"
#include <ctime>
#include <QRegularExpression>
namespace chatterino {
namespace messages {
@@ -19,6 +20,7 @@ public:
void appendTimestamp(std::time_t time);
QString matchLink(const QString &string);
QRegularExpression regex;
QString originalMessage;