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
PIM Data Exporter
Commits
5fd9c7ee
Commit
5fd9c7ee
authored
Aug 02, 2022
by
Laurent Montel
Browse files
Fix forward declaration
parent
cffad451
Pipeline
#211839
passed with stage
in 3 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/mail/exportmailfolderattributejob.h
View file @
5fd9c7ee
...
...
@@ -7,7 +7,6 @@
#include
"importexportmailutil.h"
#include
"pimdataexportercore_private_export.h"
#include
<QObject>
class
KJob
;
class
KZip
;
class
ExportMailJobInterface
;
class
PIMDATAEXPORTER_TESTS_EXPORT
ExportMailFolderAttributeJob
:
public
QObject
...
...
core/mail/exportmailfolderattributejobimpl.h
View file @
5fd9c7ee
...
...
@@ -7,7 +7,7 @@
#pragma once
#include
"exportmailfolderattributejob.h"
class
KJob
;
class
ExportMailFolderAttributeJobImpl
:
public
ExportMailFolderAttributeJob
{
Q_OBJECT
...
...
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