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
PIM
PIM Messagelib
Commits
bc7b861a
Commit
bc7b861a
authored
Jun 16, 2021
by
Laurent Montel
😁
Browse files
Add icon here too
parent
6166b12c
Pipeline
#66104
passed with stage
in 40 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagelist/src/core/widgets/configurefilterswidget.cpp
View file @
bc7b861a
...
...
@@ -45,7 +45,7 @@ void ConfigureFiltersWidget::slotCustomContextMenuRequested(const QPoint &pos)
if
(
item
)
{
QMenu
menu
(
this
);
const
QString
identifier
=
item
->
identifier
();
menu
.
addAction
(
i18n
(
"Remove"
),
this
,
[
this
,
identifier
,
item
]()
{
menu
.
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"edit-delete"
)),
i18n
(
"Remove"
),
this
,
[
this
,
identifier
,
item
]()
{
removeFilterInfo
(
identifier
);
delete
item
;
});
...
...
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