Skip to content
Snippets Groups Projects
Commit 64882fd6 authored by BulbyVR's avatar BulbyVR
Browse files

Unhardcode qml

parent 1eeee5f3
No related branches found
No related tags found
No related merge requests found
......@@ -146,8 +146,7 @@ Menu {
width: 48
height: 48
hoverEnabled: true
// TODO: Do this based off of Qt::Tooltip role
ToolTip.text: model.unicodeName
ToolTip.text: model.toolTip
ToolTip.visible: hovered
// TODO: maybe add favorites at some point?
onClicked: {
......
......@@ -7,3 +7,4 @@ rolling on the floor laughing:rofl
face savoring food:yum
smiling face with halo:innocent
smiling face with open hands:hugging_face
high voltage:zap
......@@ -11717,7 +11717,7 @@ const QVector<Emoji> emoji::Provider::emoji = {
QStringLiteral(u"umbrella on ground"),
emoji::Emoji::Category::Travel},
Emoji{QStringLiteral(u"\U000026A1"),
QStringLiteral(u"high_voltage"),
QStringLiteral(u"zap"),
QStringLiteral(u"high voltage"),
emoji::Emoji::Category::Travel},
Emoji{QStringLiteral(u"\U00002744\U0000FE0F"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment