Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
ae7cea29
Commit
ae7cea29
authored
Aug 05, 2022
by
Laurent Montel
Browse files
Remove unused forward declaration
parent
2811686e
Pipeline
#213152
failed with stage
in 2 minutes and 50 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mail/mailmanager.h
View file @
ae7cea29
...
...
@@ -6,11 +6,9 @@
namespace
Akonadi
{
class
CollectionFilterProxyModel
;
class
EntityMimeTypeFilterModel
;
class
Session
;
}
class
QAbstractListModel
;
class
QItemSelectionModel
;
class
MailModel
;
...
...
src/mail/mime/messageparser.h
View file @
ae7cea29
...
...
@@ -16,11 +16,6 @@ class QAbstractItemModel;
class
MessagePartPrivate
;
namespace
MimeTreeParser
{
class
ObjectTreeParser
;
}
class
MessageParser
:
public
QObject
{
Q_OBJECT
...
...
src/mail/mimetreeparser/messagepart.h
View file @
ae7cea29
...
...
@@ -11,8 +11,6 @@
#include
<QSharedPointer>
#include
<QString>
class
QTextCodec
;
namespace
KMime
{
class
Content
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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