From 79ed520d591942747c8e6a646648a189bf8243b4 Mon Sep 17 00:00:00 2001 From: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com> Date: Fri, 22 Apr 2022 12:49:57 -0400 Subject: Allow search with unicode names --- src/emoji/EmojiModel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emoji/EmojiModel.h') diff --git a/src/emoji/EmojiModel.h b/src/emoji/EmojiModel.h index 0e51eaab..b33df1c3 100644 --- a/src/emoji/EmojiModel.h +++ b/src/emoji/EmojiModel.h @@ -26,6 +26,7 @@ public: Unicode = Qt::UserRole, // unicode of emoji Category, // category of emoji ShortName, // shortext of the emoji + UnicodeName, // true unicode name of the emoji Emoji, // Contains everything from the Emoji }; -- cgit 1.5.1