mirror-chatterino2/appsettings.cpp

14 lines
192 B
C++
Raw Normal View History

2017-01-05 20:49:13 +01:00
#include "appsettings.h"
2017-01-06 23:28:48 +01:00
Word::Type AppSettings::m_wordTypeMask = Word::Default;
2017-01-05 20:49:13 +01:00
AppSettings::AppSettings()
{
}
2017-01-06 23:28:48 +01:00
2017-01-11 18:52:09 +01:00
bool
AppSettings::isIgnoredEmote(const QString &emote)
2017-01-06 23:28:48 +01:00
{
return false;
}