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
6166b12c
Commit
6166b12c
authored
Jun 16, 2021
by
Laurent Montel
😁
Browse files
Add missing icon
parent
0989858e
Pipeline
#66102
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagelist/src/core/widgets/filtersavedmenu.cpp
View file @
6166b12c
...
...
@@ -14,7 +14,7 @@ using namespace MessageList::Core;
FilterSavedMenu
::
FilterSavedMenu
(
QWidget
*
parent
)
:
QMenu
(
parent
)
,
mSaveAction
(
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"document-save-as"
)),
i18n
(
"Save Filter..."
),
this
))
,
mConfigureAction
(
new
QAction
(
i18n
(
"Configure..."
),
this
))
,
mConfigureAction
(
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"settings-configure"
)),
i18n
(
"Configure..."
),
this
))
{
connect
(
this
,
&
FilterSavedMenu
::
aboutToShow
,
this
,
&
FilterSavedMenu
::
slotShowMenu
);
}
...
...
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