Fix all warnings that we care about

This commit is contained in:
Rasmus Karlsson
2017-05-27 16:16:39 +02:00
parent 896cf7a03b
commit c4de5c806a
17 changed files with 95 additions and 104 deletions
+4 -3
View File
@@ -34,7 +34,7 @@ public:
return _tag;
}
ScrollBarHighlight *next;
ScrollBarHighlight *next = nullptr;
private:
Style _style;
@@ -42,7 +42,8 @@ private:
int _colorIndex;
QString _tag;
};
}
}
} // namespace widgets
} // namespace chatterino
#endif // SCROLLBARHIGHLIGHT_H