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
KDE PIM Add-ons
Commits
553de3fd
Commit
553de3fd
authored
Feb 11, 2021
by
Laurent Montel
😁
Browse files
Plugin work on subject too
parent
952e68c5
Pipeline
#50471
passed with stage
in 54 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/editorplugins/quicktext/quicktextplugineditorinterface.cpp
View file @
553de3fd
...
...
@@ -47,7 +47,8 @@ void QuickTextPluginEditorInterface::createAction(KActionCollection *ac)
button
->
setFocusPolicy
(
Qt
::
NoFocus
);
button
->
setMenu
(
quickTextMenu
->
menu
());
setStatusBarWidget
(
button
);
setApplyOnFieldTypes
(
MessageComposer
::
PluginEditorInterface
::
ApplyOnFieldType
::
Composer
);
setApplyOnFieldTypes
(
{
MessageComposer
::
PluginEditorInterface
::
ApplyOnFieldType
::
Composer
|
MessageComposer
::
PluginEditorInterface
::
ApplyOnFieldType
::
SubjectField
});
}
void
QuickTextPluginEditorInterface
::
slotActivated
()
...
...
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