Implement emoji parsing

Fix #60
This commit is contained in:
Rasmus Karlsson
2017-07-02 17:37:17 +02:00
parent 17f8cc2293
commit a58cd3333e
4 changed files with 93 additions and 62 deletions
+5
View File
@@ -13,7 +13,12 @@ namespace chatterino {
struct EmojiData {
QString value;
// what's used in the emoji-one url
QString code;
// i.e. thinking
QString shortCode;
};
class Emojis