add username to message (simple)

This commit is contained in:
Rasmus Karlsson
2017-12-17 17:48:46 +01:00
parent f7318a26e3
commit 5839b9f522
5 changed files with 8 additions and 9 deletions
+3 -1
View File
@@ -26,8 +26,10 @@ public:
QString originalMessage;
private:
protected:
std::shared_ptr<messages::Message> message;
private:
std::vector<Word> _words;
bool highlight = false;
std::chrono::time_point<std::chrono::system_clock> _parseTime;