@@ -29,9 +29,10 @@ Message::Message(const QString &text)
|
||||
}
|
||||
*/
|
||||
|
||||
Message::Message(const QString &text, const std::vector<Word> &words)
|
||||
Message::Message(const QString &text, const std::vector<Word> &words, const bool &highlight)
|
||||
: text(text)
|
||||
, words(words)
|
||||
, highlightTab(highlight)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user