fix highlights - reformat some stuff

This commit is contained in:
Rasmus Karlsson
2017-09-24 18:43:24 +02:00
parent 903cf30ddf
commit c14dc43b18
8 changed files with 27 additions and 46 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public:
void appendWord(const Word &&word);
void appendTimestamp();
void appendTimestamp(std::time_t time);
void setHighlight(const bool &value);
void setHighlight(bool value);
QString matchLink(const QString &string);
QRegularExpression linkRegex;