|
|
|
@ -14,6 +14,9 @@ const QVector<Emoji> emoji::Provider::emoji = { |
|
|
|
|
QStringLiteral(u"grinning_face_with_big_eyes"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F604"), QStringLiteral(u"smile"), emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F604"), |
|
|
|
|
QStringLiteral(u"grinning_face_with_smiling_eyes"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F601"), |
|
|
|
|
QStringLiteral(u"beaming_face_with_smiling_eyes"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
@ -23,7 +26,13 @@ const QVector<Emoji> emoji::Provider::emoji = { |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F605"), |
|
|
|
|
QStringLiteral(u"sweat_smile"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F605"), |
|
|
|
|
QStringLiteral(u"grinning_face_with_sweat"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F923"), QStringLiteral(u"rofl"), emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F923"), |
|
|
|
|
QStringLiteral(u"rolling_on_the_floor_laughing"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F602"), |
|
|
|
|
QStringLiteral(u"face_with_tears_of_joy"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
@ -213,7 +222,13 @@ const QVector<Emoji> emoji::Provider::emoji = { |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F622"), QStringLiteral(u"crying"), emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F62D"), QStringLiteral(u"sob"), emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F62D"), |
|
|
|
|
QStringLiteral(u"loudly_crying"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F631"), QStringLiteral(u"scream"), emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F631"), |
|
|
|
|
QStringLiteral(u"face_screaming_in_fear"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F616"), |
|
|
|
|
QStringLiteral(u"confounded"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
@ -224,6 +239,9 @@ const QVector<Emoji> emoji::Provider::emoji = { |
|
|
|
|
QStringLiteral(u"disappointed"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F613"), QStringLiteral(u"sweat"), emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F613"), |
|
|
|
|
QStringLiteral(u"downcast_face_with_sweat"), |
|
|
|
|
emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F629"), QStringLiteral(u"weary"), emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F62B"), QStringLiteral(u"tired"), emoji::Emoji::Category::People}, |
|
|
|
|
Emoji{QStringLiteral(u"\U0001F971"), QStringLiteral(u"yawning"), emoji::Emoji::Category::People}, |
|
|
|
|