Fix warnings/reformat some code
This commit is contained in:
@@ -31,8 +31,8 @@ Message::Message(const QString &text)
|
||||
|
||||
Message::Message(const QString &text, const std::vector<Word> &words, const bool &highlight)
|
||||
: text(text)
|
||||
, words(words)
|
||||
, highlightTab(highlight)
|
||||
, words(words)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -41,7 +41,9 @@ private:
|
||||
|
||||
int _currentLayoutWidth = -1;
|
||||
int _fontGeneration = -1;
|
||||
/* TODO(pajlada): Re-implement
|
||||
int _emoteGeneration = -1;
|
||||
*/
|
||||
Word::Type _currentWordTypes = Word::None;
|
||||
|
||||
// methods
|
||||
|
||||
Reference in New Issue
Block a user