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
e97017be
Commit
e97017be
authored
Apr 28, 2021
by
Laurent Montel
😁
Browse files
Use forward declaration (scripted)
parent
80100f73
Pipeline
#60075
passed with stage
in 5 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/todo/todoview.cpp
View file @
e97017be
...
...
@@ -33,6 +33,7 @@
#include <KCalendarCore/CalFormat>
#include <KConfig>
#include <KJob>
#include <QGridLayout>
...
...
src/todo/todoview.h
View file @
e97017be
...
...
@@ -14,7 +14,6 @@
#include <Akonadi/Calendar/ETMCalendar>
#include <Akonadi/Calendar/IncidenceChanger>
#include <KConfig>
#include <QPointer>
class
KJob
;
...
...
@@ -39,7 +38,7 @@ class QMenu;
class
QModelIndex
;
class
QToolButton
;
class
QTimer
;
class
KConfig
;
namespace
EventViews
{
/**
...
...
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