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
Plasma
KSysGuard
Commits
b3812a30
Commit
b3812a30
authored
Oct 23, 2020
by
Laurent Montel
😁
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
b5506535
Changes
10
Hide whitespace changes
Inline
Side-by-side
gui/SensorDisplayLib/FancyPlotter.cpp
View file @
b3812a30
...
...
@@ -31,7 +31,6 @@
#include <QResizeEvent>
#include <QStandardPaths>
#include <KLocalizedString>
#include <KMessageBox>
#include <ksignalplotter.h>
...
...
gui/SensorDisplayLib/FancyPlotterSettings.cpp
View file @
b3812a30
...
...
@@ -24,7 +24,6 @@
#include <QColorDialog>
#include <QLineEdit>
#include <QList>
#include <QCheckBox>
#include <QDoubleSpinBox>
#include <QFormLayout>
...
...
gui/SensorDisplayLib/SensorDisplay.cpp
View file @
b3812a30
...
...
@@ -27,7 +27,6 @@
#include <QMenu>
#include <QPixmap>
#include <QEvent>
#include <QMouseEvent>
#include <QApplication>
#include <QBitmap>
...
...
gui/SensorDisplayLib/SensorLogger.cpp
View file @
b3812a30
...
...
@@ -27,7 +27,6 @@
#include <QContextMenuEvent>
#include <QHeaderView>
#include <QMenu>
#include <QTreeView>
#include <QHBoxLayout>
#include <QDomNodeList>
#include <QDomDocument>
...
...
libkstats/SensorContainer.cpp
View file @
b3812a30
...
...
@@ -20,7 +20,6 @@
#include "SensorContainer.h"
#include "SensorObject.h"
#include "SensorPlugin.h"
SensorContainer
::
SensorContainer
(
const
QString
&
id
,
const
QString
&
name
,
SensorPlugin
*
parent
)
:
QObject
(
parent
)
...
...
libkstats/SensorObject.cpp
View file @
b3812a30
...
...
@@ -20,7 +20,6 @@
#include "SensorObject.h"
#include "SensorContainer.h"
#include "SensorPlugin.h"
SensorObject
::
SensorObject
(
const
QString
&
id
,
SensorContainer
*
parent
)
:
SensorObject
(
id
,
QString
(),
parent
)
...
...
plugins/global/disks/disks.cpp
View file @
b3812a30
...
...
@@ -26,7 +26,6 @@
#endif
#include <QCoreApplication>
#include <QElapsedTimer>
#include <QUrl>
#include <KIO/FileSystemFreeSpaceJob>
...
...
plugins/global/ksgrd/ksgrdiface.cpp
View file @
b3812a30
...
...
@@ -26,7 +26,6 @@
#include <ksgrd/SensorManager.h>
#include <QEventLoop>
#include <QTimer>
// TODO instantiate multiple instances with args for which host to use
...
...
plugins/process/network/helper/Accumulator.cpp
View file @
b3812a30
...
...
@@ -23,7 +23,6 @@
#include "Capture.h"
#include "ConnectionMapping.h"
#include "Packet.h"
using
namespace
std
::
chrono_literals
;
...
...
plugins/process/network/helper/Capture.cpp
View file @
b3812a30
...
...
@@ -26,7 +26,6 @@
#include <pcap/pcap.h>
#include "Packet.h"
#include "TimeStamps.h"
using
namespace
std
::
string_literals
;
...
...
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