Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Desktop
Commits
6e66bf62
Commit
6e66bf62
authored
Nov 24, 2020
by
David Redondo
🏎
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
There is no Q_FALLTHROUGH in qml or js
BUG:429574 CCMAIL:i@guoyunhe.me
parent
df76177c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
applets/kimpanel/backend/ibus/emojier/ui/CategoryAction.qml
applets/kimpanel/backend/ibus/emojier/ui/CategoryAction.qml
+1
-1
No files found.
applets/kimpanel/backend/ibus/emojier/ui/CategoryAction.qml
View file @
6e66bf62
...
...
@@ -29,7 +29,7 @@ Kirigami.Action {
case
'
Food & Drink
'
:
return
'
food
'
case
'
Objects
'
:
return
'
object
'
case
'
People & Body
'
:
return
'
user
'
case
'
Smileys & Emotion
'
:
Q_FALLTHROUGH
case
'
Smileys & Emotion
'
:
case
'
Smileys & People
'
:
return
'
smiley
'
case
'
Symbols
'
:
return
'
love
'
case
'
Travel & Places
'
:
return
'
globe
'
...
...
David Redondo
🏎
@davidre
mentioned in commit
980b22d5
·
Nov 24, 2020
mentioned in commit
980b22d5
mentioned in commit 980b22d518e0cfcfba376c01bc43cc7454317904
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment