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
2bbdfb0d
Commit
2bbdfb0d
authored
Oct 06, 2021
by
Kevin Funk
☕
Browse files
Minor: Respect KDE HIG
parent
8331e76f
Pipeline
#85910
passed with stage
in 42 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/viewer/viewer_p.cpp
View file @
2bbdfb0d
...
...
@@ -1558,7 +1558,7 @@ void ViewerPrivate::createActions()
connect
(
mViewSourceAction
,
&
QAction
::
triggered
,
this
,
&
ViewerPrivate
::
slotShowMessageSource
);
ac
->
setDefaultShortcut
(
mViewSourceAction
,
QKeySequence
(
Qt
::
Key_V
));
mSaveMessageAction
=
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"document-save-as"
)),
i18n
(
"&Save
m
essage..."
),
this
);
mSaveMessageAction
=
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"document-save-as"
)),
i18n
(
"&Save
M
essage..."
),
this
);
ac
->
addAction
(
QStringLiteral
(
"save_message"
),
mSaveMessageAction
);
connect
(
mSaveMessageAction
,
&
QAction
::
triggered
,
this
,
&
ViewerPrivate
::
slotSaveMessage
);
// Laurent: conflict with kmail shortcut
...
...
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