Make default completer complete custom emoji
This commit is contained in:
parent
dd74bdc697
commit
51084748ee
12 changed files with 82 additions and 228 deletions
|
|
@ -18,8 +18,8 @@ Q_DECLARE_METATYPE(TextEmoji)
|
|||
Q_DECLARE_METATYPE(SectionDescription)
|
||||
Q_DECLARE_METATYPE(QList<SectionDescription>)
|
||||
|
||||
static QString
|
||||
categoryToName(emoji::Emoji::Category cat)
|
||||
QString
|
||||
emoji::categoryToName(emoji::Emoji::Category cat)
|
||||
{
|
||||
switch (cat) {
|
||||
case emoji::Emoji::Category::People:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue