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
KIdentityManagement
Commits
209c9e5d
Commit
209c9e5d
authored
Mar 31, 2021
by
Laurent Montel
😁
Browse files
GIt_SILENT: using pragma once directly
parent
81a58fb5
Pipeline
#56083
skipped
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/identitytest.h
View file @
209c9e5d
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef IDENTITYTEST_H
#define IDENTITYTEST_H
#pragma once
#include <QObject>
...
...
@@ -29,4 +28,3 @@ private Q_SLOTS:
void
test_toMimeData
();
};
#endif
autotests/signaturetest.h
View file @
209c9e5d
...
...
@@ -5,8 +5,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef SIGNATURETEST_H
#define SIGNATURETEST_H
#pragma once
#include <QObject>
...
...
@@ -23,4 +22,3 @@ private Q_SLOTS:
void
testEqualSignatures
();
};
#endif
src/identity.h
View file @
209c9e5d
...
...
@@ -6,8 +6,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KPIMIDENTITIES_IDENTITY_H
#define KPIMIDENTITIES_IDENTITY_H
#pragma once
#include "kidentitymanagement_export.h"
#include "signature.h"
...
...
@@ -360,4 +359,3 @@ protected:
};
}
#endif
/*identity_h*/
src/identitycombo.h
View file @
209c9e5d
...
...
@@ -14,8 +14,7 @@
@author Marc Mutz \<mutz@kde.org\>
*/
#ifndef KIDENTITYMANAGER_IDENTITYCOMBO_H
#define KIDENTITYMANAGER_IDENTITYCOMBO_H
#pragma once
#include "kidentitymanagement_export.h"
#include <QComboBox>
...
...
@@ -78,4 +77,3 @@ private:
};
}
#endif
src/identitymanager.h
View file @
209c9e5d
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KIDENTITYMANAGER_IDENTITYMANAGER_H
#define KIDENTITYMANAGER_IDENTITYMANAGER_H
#pragma once
#include <KConfigGroup>
#include <QObject>
...
...
@@ -224,4 +223,3 @@ private:
};
}
// namespace
#endif // _KMAIL_IDENTITYMANAGER_H_
src/signature.h
View file @
209c9e5d
...
...
@@ -7,8 +7,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KIDENTITYMANAGER_SIGNATURE_H
#define KIDENTITYMANAGER_SIGNATURE_H
#pragma once
#include "kidentitymanagement_export.h"
...
...
@@ -244,4 +243,3 @@ private:
Q_DECLARE_OPERATORS_FOR_FLAGS
(
Signature
::
AddedText
)
}
#endif
/*kpim_signature_h*/
src/signatureconfigurator.h
View file @
209c9e5d
...
...
@@ -7,8 +7,7 @@
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KIDENTITYMANAGER_SIGNATURECONFIGURATOR_H
#define KIDENTITYMANAGER_SIGNATURECONFIGURATOR_H
#pragma once
#include "kidentitymanagement_export.h"
#include "signature.h" // for Signature::Type
...
...
@@ -136,4 +135,3 @@ private:
};
}
#endif
src/utils.h
View file @
209c9e5d
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KPIMIDENTITIES_UTILS_H
#define KPIMIDENTITIES_UTILS_H
#pragma once
#include "kidentitymanagement_export.h"
...
...
@@ -29,4 +28,3 @@ Q_REQUIRED_RESULT KIDENTITYMANAGEMENT_EXPORT bool thatIsMe(const QString &email)
Q_REQUIRED_RESULT
KIDENTITYMANAGEMENT_EXPORT
const
QSet
<
QString
>
&
allEmails
();
}
#endif
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