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
PIM EventViews
Commits
e6933fe4
Commit
e6933fe4
authored
Mar 31, 2021
by
Laurent Montel
😁
Browse files
GIt_SILENT: using pragma once directly
parent
ab716d46
Pipeline
#56087
skipped
Changes
39
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/agenda/agenda.h
View file @
e6933fe4
...
...
@@ -9,8 +9,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_AGENDA_H
#define EVENTVIEWS_AGENDA_H
#pragma once
#include "agendaitem.h"
#include "eventviews_export.h"
...
...
@@ -336,4 +335,3 @@ private:
};
}
#endif
src/agenda/agendaitem.h
View file @
e6933fe4
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_AGENDAITEM_H
#define EVENTVIEWS_AGENDAITEM_H
#pragma once
#include "viewcalendar.h"
...
...
@@ -317,4 +316,3 @@ private:
};
}
#endif
src/agenda/agendaview.h
View file @
e6933fe4
...
...
@@ -7,8 +7,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_AGENDAVIEW_H
#define EVENTVIEWS_AGENDAVIEW_H
#pragma once
#include "eventview.h"
#include "eventviews_export.h"
...
...
@@ -251,4 +250,3 @@ private:
};
}
#endif
src/agenda/alternatelabel.h
View file @
e6933fe4
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_ALTERNATELABEL_H
#define EVENTVIEWS_ALTERNATELABEL_H
#pragma once
#include <QLabel>
...
...
@@ -42,4 +41,3 @@ private:
};
}
#endif
src/agenda/calendardecoration.h
View file @
e6933fe4
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef EVENTVIEWS_CALENDARDECORATION_H
#define EVENTVIEWS_CALENDARDECORATION_H
#pragma once
#include "eventviews_export.h"
...
...
@@ -252,4 +251,3 @@ public:
}
}
#endif
src/agenda/decorationlabel.h
View file @
e6933fe4
...
...
@@ -5,8 +5,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_DECORATIONLABEL_H
#define EVENTVIEWS_DECORATIONLABEL_H
#pragma once
#include "calendardecoration.h"
...
...
@@ -55,4 +54,3 @@ protected:
};
}
#endif
src/agenda/timelabels.h
View file @
e6933fe4
...
...
@@ -5,8 +5,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_TIMELABELS_H
#define EVENTVIEWS_TIMELABELS_H
#pragma once
#include <QTimeZone>
...
...
@@ -84,4 +83,3 @@ private:
};
}
#endif
src/agenda/timelabelszone.h
View file @
e6933fe4
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_TIMELABELSZONE_H
#define EVENTVIEWS_TIMELABELSZONE_H
#pragma once
#include <QWidget>
...
...
@@ -62,4 +61,3 @@ private:
};
}
#endif
src/agenda/timescaleconfigdialog.h
View file @
e6933fe4
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_TIMESCALECONFIGDIALOG_H
#define EVENTVIEWS_TIMESCALECONFIGDIALOG_H
#pragma once
#include "ui_timescaleedit_base.h"
...
...
@@ -39,4 +38,3 @@ private:
};
}
#endif
src/agenda/viewcalendar.h
View file @
e6933fe4
...
...
@@ -4,8 +4,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_VIEWCALENDAR_H
#define EVENTVIEWS_VIEWCALENDAR_H
#pragma once
#include "eventviews_export.h"
...
...
@@ -86,4 +85,3 @@ public:
};
}
#endif
src/eventview.h
View file @
e6933fe4
...
...
@@ -7,8 +7,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_EVENTVIEW_H
#define EVENTVIEWS_EVENTVIEW_H
#pragma once
#include "eventviews_export.h"
...
...
@@ -496,4 +495,3 @@ private:
};
}
#endif
src/eventview_p.h
View file @
e6933fe4
...
...
@@ -7,8 +7,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_EVENTVIEW_P_H
#define EVENTVIEWS_EVENTVIEW_P_H
#pragma once
#include "eventview.h"
...
...
@@ -70,4 +69,3 @@ public: /// Members
};
}
// EventViews
#endif
src/helper.h
View file @
e6933fe4
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_HELPER_H
#define EVENTVIEWS_HELPER_H
#pragma once
#include "eventviews_export.h"
...
...
@@ -87,4 +86,3 @@ Q_REQUIRED_RESULT int yearDiff(const QDate &start, const QDate &end);
Q_REQUIRED_RESULT
QPixmap
cachedSmallIcon
(
const
QString
&
name
);
}
#endif
src/journal/journalframe.h
View file @
e6933fe4
...
...
@@ -8,8 +8,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef CALENDARVIEWS_JOURNALFRAME_H
#define CALENDARVIEWS_JOURNALFRAME_H
#pragma once
#include <Akonadi/Calendar/ETMCalendar>
#include <Akonadi/Calendar/IncidenceChanger>
...
...
@@ -131,4 +130,3 @@ private:
};
}
#endif
src/journal/journalview.h
View file @
e6933fe4
...
...
@@ -6,8 +6,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef CALENDARVIEWS_JOURNALVIEW_H
#define CALENDARVIEWS_JOURNALVIEW_H
#pragma once
#include "eventview.h"
#include <Akonadi/Calendar/IncidenceChanger>
...
...
@@ -81,4 +80,3 @@ private:
};
}
#endif
src/list/listview.h
View file @
e6933fe4
...
...
@@ -5,8 +5,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_LISTVIEW_H
#define EVENTVIEWS_LISTVIEW_H
#pragma once
#include "eventview.h"
...
...
@@ -74,4 +73,3 @@ private:
};
}
#endif
src/month/monthgraphicsitems.h
View file @
e6933fe4
...
...
@@ -5,8 +5,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_MONTHGRAPHICSITEMS_H
#define EVENTVIEWS_MONTHGRAPHICSITEMS_H
#pragma once
#include <QDate>
#include <QGraphicsItem>
...
...
@@ -202,4 +201,3 @@ private:
};
}
#endif
src/month/monthitem.h
View file @
e6933fe4
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_MONTHITEM_H
#define EVENTVIEWS_MONTHITEM_H
#pragma once
#include "eventviews_export.h"
...
...
@@ -390,4 +389,3 @@ private:
};
}
#endif
src/month/monthscene.h
View file @
e6933fe4
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_MONTHSCENE_H
#define EVENTVIEWS_MONTHSCENE_H
#pragma once
#include <Collection>
#include <Item>
...
...
@@ -332,4 +331,3 @@ private:
};
}
#endif
src/month/monthview.h
View file @
e6933fe4
...
...
@@ -6,8 +6,7 @@
SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
*/
#ifndef EVENTVIEWS_MONTHVIEW_H
#define EVENTVIEWS_MONTHVIEW_H
#pragma once
#include "eventview.h"
...
...
@@ -111,4 +110,3 @@ private:
};
}
#endif
Prev
1
2
Next
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