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
System
KCron
Commits
094f0b39
Commit
094f0b39
authored
Jan 14, 2021
by
Laurent Montel
😁
Browse files
Remove unused includes
parent
3900fac2
Changes
10
Hide whitespace changes
Inline
Side-by-side
src/crontablib/ctGlobalCron.h
View file @
094f0b39
...
...
@@ -9,7 +9,6 @@
#ifndef CT_GLOBAL_CRON_H
#define CT_GLOBAL_CRON_H
#include <QString>
#include <QList>
#include "ctcron.h"
...
...
src/crontablib/cthour.cpp
View file @
094f0b39
...
...
@@ -8,7 +8,6 @@
#include "cthour.h"
#include <KLocalizedString>
/**
* Constructs from a tokenized string.
...
...
src/crontablib/ctminute.cpp
View file @
094f0b39
...
...
@@ -8,7 +8,6 @@
#include "ctminute.h"
#include <KLocalizedString>
/**
* Constructs from a tokenized string.
...
...
src/crontablib/logging.h
View file @
094f0b39
...
...
@@ -21,7 +21,6 @@
#include "kcm_cron_debug.h"
#include <QLoggingCategory>
#define logDebug() qCDebug(KCM_CRON_LOG)
...
...
src/genericListWidget.cpp
View file @
094f0b39
...
...
@@ -13,7 +13,6 @@
#include <QKeyEvent>
#include <QAction>
#include <KLocalizedString>
#include "ctcron.h"
#include "cttask.h"
...
...
src/kcmCron.cpp
View file @
094f0b39
...
...
@@ -15,9 +15,6 @@
#include <KMessageBox>
#include <KConfig>
#include <KLocalizedString>
#include <KToggleAction>
#include <QIcon>
#include <KConfigGroup>
#include "crontabWidget.h"
...
...
src/kcronHelper.h
View file @
094f0b39
...
...
@@ -9,8 +9,8 @@
#ifndef KCRON_HELPER_H
#define KCRON_HELPER_H
#include <QPixmap>
#include <QString>
#include <QWidget>
class
QComboBox
;
class
QTextEdit
;
...
...
src/taskEditorDialog.cpp
View file @
094f0b39
...
...
@@ -8,7 +8,6 @@
#include "taskEditorDialog.h"
#include <QLayout>
#include <QCheckBox>
#include <QPalette>
#include <QEvent>
...
...
@@ -23,9 +22,9 @@
#include <KAcceleratorManager>
#include <KLocalizedString>
#include <KMessageBox>
#include <QPushButton>
#include <KStandardShortcut>
#include <QDialogButtonBox>
#include <kurlrequester.h>
#include "logging.h"
...
...
src/variableEditorDialog.cpp
View file @
094f0b39
...
...
@@ -12,7 +12,7 @@
#include <QIcon>
#include <KLocalizedString>
#include <
KMessage
Box>
#include <
QDialogButton
Box>
#include "ctvariable.h"
#include "cthost.h"
...
...
src/variableWidget.h
View file @
094f0b39
...
...
@@ -9,7 +9,6 @@
#ifndef VARIABLE_WIDGET_H
#define VARIABLE_WIDGET_H
#include <QIcon>
#include "variablesWidget.h"
...
...
Write
Preview
Supports
Markdown
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