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
libksysguard
Commits
9cf7530b
Commit
9cf7530b
authored
Oct 23, 2020
by
Laurent Montel
😁
Committed by
Arjen Hiemstra
Apr 20, 2021
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
50f09ede
Changes
2
Show whitespace changes
Inline
Side-by-side
systemstats/SensorContainer.cpp
View file @
9cf7530b
...
...
@@ -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
)
...
...
systemstats/SensorObject.cpp
View file @
9cf7530b
...
...
@@ -20,7 +20,6 @@
#include
"SensorObject.h"
#include
"SensorContainer.h"
#include
"SensorPlugin.h"
SensorObject
::
SensorObject
(
const
QString
&
id
,
SensorContainer
*
parent
)
:
SensorObject
(
id
,
QString
(),
parent
)
...
...
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