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
KMbox
Commits
133e1c23
Commit
133e1c23
authored
Mar 31, 2021
by
Laurent Montel
😁
Browse files
GIt_SILENT: using pragma once directly
parent
5a6c6764
Pipeline
#56081
skipped
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/mboxbenchmark.h
View file @
133e1c23
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MBOXBENCHMARK_H
#define MBOXBENCHMARK_H
#pragma once
#include <QObject>
...
...
@@ -31,4 +30,3 @@ private:
KMime
::
Message
::
Ptr
mMail1
;
};
#endif // MBOXBENCHMARK_H
autotests/mboxtest.h
View file @
133e1c23
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MBOXTEST_H
#define MBOXTEST_H
#pragma once
#include <QObject>
#include <QThread>
...
...
@@ -58,4 +57,3 @@ private:
KMBox
::
MBox
*
mbox
=
nullptr
;
};
#endif // MBOXTEST_H
autotests/test-entries.h
View file @
133e1c23
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef TEST_ENTRIES_H
#define TEST_ENTRIES_H
#pragma once
#include <QByteArray>
...
...
@@ -161,4 +160,3 @@ const QByteArray sEntry2(
"
\n
"
"Bertjan"
);
#endif
src/mbox.h
View file @
133e1c23
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KMBOX_MBOX_H
#define KMBOX_MBOX_H
#pragma once
#include "kmbox_export.h"
#include "mboxentry.h"
...
...
@@ -247,4 +246,3 @@ private:
};
}
#endif // KMBOX_MBOX_H
src/mbox_p.h
View file @
133e1c23
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KMBOX_MBOX_P_H
#define KMBOX_MBOX_P_H
#pragma once
#include "mbox.h"
...
...
@@ -65,4 +64,3 @@ public: /// Static helper methods
};
}
#endif // KMBOX_MBOX_P_H
src/mboxentry.h
View file @
133e1c23
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KMBOX_MBOXENTRY_H
#define KMBOX_MBOXENTRY_H
#pragma once
#include "kmbox_export.h"
...
...
@@ -106,4 +105,3 @@ private:
Q_DECLARE_TYPEINFO
(
KMBox
::
MBoxEntry
,
Q_MOVABLE_TYPE
);
#endif // KMBOX_MBOXENTRY_H
src/mboxentry_p.h
View file @
133e1c23
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KMBOX_MBOXENTRY_P_H
#define KMBOX_MBOXENTRY_P_H
#pragma once
#include <QSharedData>
...
...
@@ -32,4 +31,3 @@ public:
};
}
#endif // KMBOX_MBOXENTRY_P_H
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