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
952e68c5
Commit
952e68c5
authored
Feb 10, 2021
by
Laurent Montel
😁
Browse files
Define where it can be applied
parent
6527d714
Pipeline
#50378
passed with stage
in 53 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
952e68c5
...
...
@@ -78,7 +78,7 @@ set(LIBKLEO_LIB_VERSION "5.16.40")
set
(
AKONADI_LIB_VERSION
"5.16.40"
)
set
(
INCIDENCEEDITOR_LIB_VERSION
"5.16.40"
)
set
(
KTNEF_LIB_VERSION
"5.16.40"
)
set
(
MESSAGELIB_LIB_VERSION
"5.16.4
3
"
)
set
(
MESSAGELIB_LIB_VERSION
"5.16.4
5
"
)
set
(
AKONADICALENDAR_LIB_VERSION
"5.16.40"
)
set
(
CALENDAR_UTILS_VERSION
"5.16.40"
)
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.16.40"
)
...
...
kmail/editorplugins/quicktext/quicktextplugineditorinterface.cpp
View file @
952e68c5
...
...
@@ -47,6 +47,7 @@ void QuickTextPluginEditorInterface::createAction(KActionCollection *ac)
button
->
setFocusPolicy
(
Qt
::
NoFocus
);
button
->
setMenu
(
quickTextMenu
->
menu
());
setStatusBarWidget
(
button
);
setApplyOnFieldTypes
(
MessageComposer
::
PluginEditorInterface
::
ApplyOnFieldType
::
Composer
);
}
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