Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KMenuEdit
Commits
c2befffc
Commit
c2befffc
authored
Apr 09, 2021
by
Laurent Montel
😁
Browse files
Remove deprecated method
parent
dccbd37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmenuedit.cpp
View file @
c2befffc
...
...
@@ -66,7 +66,7 @@ void KMenuEdit::setupActions()
// "sort selection" menu
KActionMenu
*
sortMenu
=
new
KActionMenu
(
QIcon
::
fromTheme
(
QStringLiteral
(
"view-sort-ascending"
)),
i18n
(
"&Sort"
),
this
);
sortMenu
->
set
Delayed
(
false
);
sortMenu
->
set
PopupMode
(
QToolButton
::
InstantPopup
);
actionCollection
()
->
addAction
(
SORT_ACTION_NAME
,
sortMenu
);
action
=
actionCollection
()
->
addAction
(
SORT_BY_NAME_ACTION_NAME
);
action
->
setText
(
i18n
(
"&Sort selection by Name"
));
...
...
Write
Preview
Supports
Markdown
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