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
KMail
Commits
8c4b47d1
Commit
8c4b47d1
authored
Feb 11, 2021
by
Laurent Montel
😁
Browse files
Use forward declaration
parent
68d13507
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/editor/kmcomposerwin.cpp
View file @
8c4b47d1
...
...
@@ -110,6 +110,7 @@
#include <MessageComposer/PluginEditorConverterBeforeConvertingData>
#include <MessageComposer/PluginEditorConverterInitialData>
#include <MessageComposer/PluginEditorInterface>
#include <MessageComposer/RecipientsEditor>
#include <MessageComposer/RichTextComposerSignatures>
#include <MessageComposer/SendLaterDialog>
#include <MessageComposer/SendLaterInfo>
...
...
src/editor/kmcomposerwin.h
View file @
8c4b47d1
...
...
@@ -16,7 +16,6 @@
// KMail includes
#include "editor/composer.h"
#include <MessageComposer/PluginEditorConvertTextInterface>
#include <MessageComposer/RecipientsEditor>
// Qt includes
#include <QFont>
#include <QList>
...
...
@@ -86,6 +85,7 @@ namespace MessageComposer
class
ComposerLineEdit
;
class
Composer
;
class
StatusBarLabelToggledState
;
class
RecipientLineNG
;
}
namespace
MailCommon
...
...
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