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
Akonadi Calendar Tools
Commits
9656768c
Commit
9656768c
authored
Mar 31, 2021
by
Laurent Montel
😁
Browse files
GIt_SILENT: using pragma once directly
parent
5098025c
Pipeline
#56063
skipped
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
calendarjanitor/backuper.h
View file @
9656768c
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef BACKUPER_H
#define BACKUPER_H
#pragma once
#include "options.h"
...
...
@@ -45,4 +44,3 @@ private:
bool
m_backupInProgress
;
};
#endif // BACKUPER_H
calendarjanitor/calendarjanitor.h
View file @
9656768c
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef CALENDARJANITOR_H
#define CALENDARJANITOR_H
#pragma once
#include "options.h"
...
...
@@ -89,4 +88,3 @@ private:
int
m_returnCode
;
};
#endif // CALENDARJANITOR_H
calendarjanitor/collectionloader.h
View file @
9656768c
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef COLLECTIONLOADER_H
#define COLLECTIONLOADER_H
#pragma once
#include <AkonadiCore/Collection>
...
...
@@ -31,4 +30,3 @@ private:
Akonadi
::
Collection
::
List
m_collections
;
};
#endif // COLLECTIONLOADER_H
calendarjanitor/options.h
View file @
9656768c
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef OPTIONS_H
#define OPTIONS_H
#pragma once
#include <AkonadiCore/Collection>
#include <QList>
...
...
@@ -51,4 +50,3 @@ private:
bool
m_stripOldAlarms
=
false
;
};
#endif // OPTIONS_H
konsolekalendar/konsolekalendar.h
View file @
9656768c
...
...
@@ -9,8 +9,7 @@
* *
******************************************************************************/
#ifndef KONSOLEKALENDAR_H
#define KONSOLEKALENDAR_H
#pragma once
#include "konsolekalendarvariables.h"
...
...
@@ -136,4 +135,3 @@ private:
QDate
m_saveDate
;
};
#endif
konsolekalendar/konsolekalendaradd.h
View file @
9656768c
...
...
@@ -9,8 +9,7 @@
* *
******************************************************************************/
#ifndef KONSOLEKALENDARADD_H
#define KONSOLEKALENDARADD_H
#pragma once
#include "konsolekalendarvariables.h"
...
...
@@ -59,4 +58,3 @@ private:
*/
KonsoleKalendarVariables
*
m_variables
=
nullptr
;
};
#endif
konsolekalendar/konsolekalendarchange.h
View file @
9656768c
...
...
@@ -9,8 +9,7 @@
* *
******************************************************************************/
#ifndef KONSOLEKALENDARCHANGE_H
#define KONSOLEKALENDARCHANGE_H
#pragma once
#include "konsolekalendarvariables.h"
...
...
@@ -64,4 +63,3 @@ private:
//@endcond
};
#endif
konsolekalendar/konsolekalendardelete.h
View file @
9656768c
...
...
@@ -9,8 +9,7 @@
* *
******************************************************************************/
#ifndef KONSOLEKALENDARDELETE_H
#define KONSOLEKALENDARDELETE_H
#pragma once
#include "konsolekalendarvariables.h"
...
...
@@ -61,4 +60,3 @@ private:
//@endcond
};
#endif
konsolekalendar/konsolekalendarepoch.h
View file @
9656768c
...
...
@@ -9,8 +9,7 @@
* *
******************************************************************************/
#ifndef KONSOLEKALENDAREPOCH_H
#define KONSOLEKALENDAREPOCH_H
#pragma once
#include <QDateTime>
...
...
@@ -50,4 +49,3 @@ public:
static
uint
QDateTime2epoch
(
const
QDateTime
&
dt
);
};
#endif
konsolekalendar/konsolekalendarexports.h
View file @
9656768c
...
...
@@ -9,8 +9,7 @@
* *
******************************************************************************/
#ifndef KONSOLEKALENDAREXPORTS_H
#define KONSOLEKALENDAREXPORTS_H
#pragma once
#include <QTextStream>
...
...
@@ -83,4 +82,3 @@ private:
QString
processField
(
const
QString
&
field
,
const
QString
&
dquote
);
};
#endif
konsolekalendar/konsolekalendarvariables.h
View file @
9656768c
...
...
@@ -9,8 +9,7 @@
* *
*****************************************************************************/
#ifndef KONSOLEKALENDARVARIABLES_H
#define KONSOLEKALENDARVARIABLES_H
#pragma once
#include <Akonadi/Calendar/FetchJobCalendar>
#include <AkonadiCore/Collection>
...
...
@@ -396,4 +395,3 @@ private:
//@endcond
};
#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