Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
System
KCron
Commits
596374fc
Commit
596374fc
authored
Oct 23, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
98bd4a81
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
8 deletions
+0
-8
src/crontabWidget.cpp
src/crontabWidget.cpp
+0
-1
src/taskEditorDialog.cpp
src/taskEditorDialog.cpp
+0
-2
src/tasksWidget.cpp
src/tasksWidget.cpp
+0
-1
src/variableEditorDialog.cpp
src/variableEditorDialog.cpp
+0
-4
No files found.
src/crontabWidget.cpp
View file @
596374fc
...
...
@@ -36,7 +36,6 @@
#include "ctGlobalCron.h"
#include "crontabPrinter.h"
#include "tasksWidget.h"
#include "taskWidget.h"
#include "variableWidget.h"
...
...
src/taskEditorDialog.cpp
View file @
596374fc
...
...
@@ -11,7 +11,6 @@
#include "taskEditorDialog.h"
#include "kwidgetsaddons_version.h"
#include <QLabel>
#include <QLayout>
#include <QCheckBox>
...
...
@@ -31,7 +30,6 @@
#include <KMessageBox>
#include <QPushButton>
#include <KStandardShortcut>
#include <KTitleWidget>
#include <kurlrequester.h>
#include "logging.h"
...
...
src/tasksWidget.cpp
View file @
596374fc
...
...
@@ -19,7 +19,6 @@
#include <KLocalizedString>
#include "ctcron.h"
#include "cthost.h"
#include "cttask.h"
#include "ctvariable.h"
...
...
src/variableEditorDialog.cpp
View file @
596374fc
...
...
@@ -11,16 +11,12 @@
#include "variableEditorDialog.h"
#include "kwidgetsaddons_version.h"
#include <QLabel>
#include <QComboBox>
#include <QGridLayout>
#include <QLineEdit>
#include <QPushButton>
#include <QIcon>
#include <KLocalizedString>
#include <KMessageBox>
#include <KTitleWidget>
#include "ctvariable.h"
#include "cthost.h"
...
...
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