mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
14 lines
192 B
C++
14 lines
192 B
C++
#include "appsettings.h"
|
|
|
|
Word::Type AppSettings::m_wordTypeMask = Word::Default;
|
|
|
|
AppSettings::AppSettings()
|
|
{
|
|
}
|
|
|
|
bool
|
|
AppSettings::isIgnoredEmote(const QString &emote)
|
|
{
|
|
return false;
|
|
}
|