Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Messagelib
Commits
0991fa22
Commit
0991fa22
authored
Apr 26, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more enum
parent
3bd4e5b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
messagecomposer/src/plugineditor/plugineditorinterface.cpp
messagecomposer/src/plugineditor/plugineditorinterface.cpp
+2
-0
messagecomposer/src/plugineditor/plugineditorinterface.h
messagecomposer/src/plugineditor/plugineditorinterface.h
+2
-1
No files found.
messagecomposer/src/plugineditor/plugineditorinterface.cpp
View file @
0991fa22
...
...
@@ -109,6 +109,8 @@ QString PluginEditorInterface::actionXmlExtension(ActionType::Type type)
return
QStringLiteral
(
"_toolbar_actions"
);
case
MessageComposer
::
ActionType
::
Options
:
return
QStringLiteral
(
"_plugins_options"
);
case
MessageComposer
::
ActionType
::
None
:
return
QString
();
}
return
{};
}
...
...
messagecomposer/src/plugineditor/plugineditorinterface.h
View file @
0991fa22
...
...
@@ -42,7 +42,8 @@ public:
Action
=
3
,
PopupMenu
=
4
,
ToolBar
=
5
,
Options
=
6
Options
=
6
,
None
=
7
};
ActionType
();
...
...
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