juicy compiler error

This commit is contained in:
fourtf
2017-01-11 18:52:09 +01:00
parent 580a411e9d
commit 854566b57f
63 changed files with 1481 additions and 1067 deletions
+14 -6
View File
@@ -6,20 +6,28 @@
class AppSettings
{
public:
static Word::Type wordTypeMask() {
static Word::Type
wordTypeMask()
{
return m_wordTypeMask;
}
static bool isIgnoredEmote(const QString& emote);
static qreal emoteScale() {
static bool isIgnoredEmote(const QString &emote);
static qreal
emoteScale()
{
return 1;
}
static qreal badgeScale() {
static qreal
badgeScale()
{
return 1;
}
static bool scaleEmotesByLineHeight() {
static bool
scaleEmotesByLineHeight()
{
return false;
}
@@ -28,4 +36,4 @@ private:
static Word::Type m_wordTypeMask;
};
#endif // APPSETTINGS_H
#endif // APPSETTINGS_H