added spicy new segfaults

This commit is contained in:
fourtf
2017-01-11 01:08:20 +01:00
parent a8c2b1151f
commit 580a411e9d
22 changed files with 472 additions and 111 deletions
+11
View File
@@ -11,6 +11,17 @@ public:
}
static bool isIgnoredEmote(const QString& emote);
static qreal emoteScale() {
return 1;
}
static qreal badgeScale() {
return 1;
}
static bool scaleEmotesByLineHeight() {
return false;
}
private:
AppSettings();