added text selection

This commit is contained in:
fourtf
2017-09-12 19:06:16 +02:00
parent 8b40393023
commit 81b1a8774b
18 changed files with 585 additions and 239 deletions
+6 -6
View File
@@ -29,12 +29,12 @@ Message::Message(const QString &text)
}
*/
Message::Message(const QString &text, const std::vector<Word> &words, const bool &highlight)
: text(text)
, highlightTab(highlight)
, words(words)
{
}
//Message::Message(const QString &text, const std::vector<Word> &words, const bool &highlight)
// : text(text)
// , highlightTab(highlight)
// , words(words)
//{
//}
bool Message::getCanHighlightTab() const
{