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
28d3f71e
Commit
28d3f71e
authored
Feb 03, 2021
by
Laurent Montel
😁
Browse files
Add missing separator
parent
5373128b
Pipeline
#49574
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/dkim-verify/dkimviewermenu.cpp
View file @
28d3f71e
...
@@ -39,6 +39,7 @@ void DKIMViewerMenu::initialize()
...
@@ -39,6 +39,7 @@ void DKIMViewerMenu::initialize()
mUpdateDKIMKey
=
mMenu
->
addAction
(
i18n
(
"Update DKIM key"
));
mUpdateDKIMKey
=
mMenu
->
addAction
(
i18n
(
"Update DKIM key"
));
connect
(
mUpdateDKIMKey
,
&
QAction
::
triggered
,
this
,
&
DKIMViewerMenu
::
updateDkimKey
);
connect
(
mUpdateDKIMKey
,
&
QAction
::
triggered
,
this
,
&
DKIMViewerMenu
::
updateDkimKey
);
mMenu
->
addSeparator
();
QAction
*
manageDKIMRuleDKIMKey
=
mMenu
->
addAction
(
i18n
(
"Rules..."
));
QAction
*
manageDKIMRuleDKIMKey
=
mMenu
->
addAction
(
i18n
(
"Rules..."
));
connect
(
manageDKIMRuleDKIMKey
,
&
QAction
::
triggered
,
this
,
&
DKIMViewerMenu
::
showDkimRules
);
connect
(
manageDKIMRuleDKIMKey
,
&
QAction
::
triggered
,
this
,
&
DKIMViewerMenu
::
showDkimRules
);
}
}
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