Implemented loading recent messages. (#162)
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
|
||||
void appendWord(const Word &&word);
|
||||
void appendTimestamp();
|
||||
void appendTimestamp(std::time_t time);
|
||||
void appendTimestamp(QDateTime &time);
|
||||
void setHighlight(bool value);
|
||||
|
||||
QString matchLink(const QString &string);
|
||||
|
||||
Reference in New Issue
Block a user