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
KSmtp
Commits
49b28746
Commit
49b28746
authored
Mar 31, 2021
by
Laurent Montel
😁
Browse files
GIt_SILENT: using pragma once directly
parent
540819d2
Pipeline
#56091
skipped
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/fakeserver.h
View file @
49b28746
...
...
@@ -6,8 +6,7 @@
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KSMTP_FAKESERVER_H
#define KSMTP_FAKESERVER_H
#pragma once
#include <QMutex>
#include <QTcpServer>
...
...
@@ -52,4 +51,3 @@ private:
QList
<
QTcpSocket
*>
m_clientSockets
;
};
#endif // KSMTP_FAKESERVER_H
autotests/smtptest.h
View file @
49b28746
...
...
@@ -6,8 +6,7 @@
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KSMTP_SMTPTEST_H
#define KSMTP_SMTPTEST_H
#pragma once
#include "QObject"
...
...
@@ -34,4 +33,3 @@ private Q_SLOTS:
// TODO: (CL) Check if SendJob parses properly the data it gets before sending
};
#endif // KSMTP_SMTPTEST_H
src/job.h
View file @
49b28746
...
...
@@ -6,8 +6,7 @@
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KSMTP_JOB_H
#define KSMTP_JOB_H
#pragma once
#include "ksmtp_export.h"
...
...
@@ -49,4 +48,3 @@ protected:
};
}
#endif
src/job_p.h
View file @
49b28746
...
...
@@ -5,8 +5,7 @@
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KSMTP_JOB_P_H
#define KSMTP_JOB_P_H
#pragma once
#include "session.h"
...
...
@@ -42,4 +41,3 @@ public:
};
}
#endif // KSMTP_JOB_P_H
src/loginjob.h
View file @
49b28746
...
...
@@ -6,8 +6,7 @@
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KSMTP_LOGINJOB_H
#define KSMTP_LOGINJOB_H
#pragma once
#include "ksmtp_export.h"
...
...
@@ -53,4 +52,3 @@ protected:
};
}
#endif // KSMTP_LOGINJOB_H
src/sendjob.h
View file @
49b28746
...
...
@@ -6,8 +6,7 @@
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KSMTP_SENDJOB_H
#define KSMTP_SENDJOB_H
#pragma once
#include "ksmtp_export.h"
...
...
@@ -64,4 +63,3 @@ protected:
};
}
#endif // KSMTP_SENDJOB_H
src/serverresponse_p.h
View file @
49b28746
...
...
@@ -5,8 +5,7 @@
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KSMTP_SERVERRESPONSE_P_H
#define KSMTP_SERVERRESPONSE_P_H
#pragma once
#include <QByteArray>
...
...
@@ -29,4 +28,3 @@ private:
};
}
#endif // KSMTP_SERVERRESPONSE_P_H
src/session.h
View file @
49b28746
...
...
@@ -6,8 +6,7 @@
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KSMTP_SESSION_H
#define KSMTP_SESSION_H
#pragma once
#include "ksmtp_export.h"
#include "sessionuiproxy.h"
...
...
@@ -155,4 +154,3 @@ private:
};
}
#endif // KSMTP_SESSION_H
src/session_p.h
View file @
49b28746
...
...
@@ -5,8 +5,7 @@
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KSMTP_SESSION_P_H
#define KSMTP_SESSION_P_H
#pragma once
#include "session.h"
...
...
@@ -91,4 +90,3 @@ private:
};
}
#endif // KSMTP_SESSION_P_H
src/sessionthread_p.h
View file @
49b28746
...
...
@@ -6,8 +6,7 @@
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KSMTP_SESSIONTHREAD_P_H
#define KSMTP_SESSIONTHREAD_P_H
#pragma once
#include <QMutex>
#include <QQueue>
...
...
@@ -73,4 +72,3 @@ private:
};
}
#endif // KSMTP_SESSIONTHREAD_H
src/sessionuiproxy.h
View file @
49b28746
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KSMTP_SESSIONUIPROXY_H
#define KSMTP_SESSIONUIPROXY_H
#pragma once
#include "ksmtp_export.h"
...
...
@@ -51,4 +50,3 @@ public:
};
}
#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