added emojis

This commit is contained in:
fourtf
2017-01-06 23:28:48 +01:00
parent 4d96dcc5e3
commit 82bc101bb8
25 changed files with 2094 additions and 90 deletions
+4 -2
View File
@@ -6,13 +6,15 @@
class AppSettings
{
public:
Word::Type wordTypeMask() {
static Word::Type wordTypeMask() {
return m_wordTypeMask;
}
static bool isIgnoredEmote(const QString& emote);
private:
AppSettings();
Word::Type m_wordTypeMask = Word::Default;
static Word::Type m_wordTypeMask;
};
#endif // APPSETTINGS_H