Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
KInfoCenter
Commits
228160a7
Commit
228160a7
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
f59faa81
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
7 deletions
+0
-7
Modules/devinfo/devicelisting.cpp
Modules/devinfo/devicelisting.cpp
+0
-1
Modules/energy/batterymodel.cpp
Modules/energy/batterymodel.cpp
+0
-1
Modules/info/info.cpp
Modules/info/info.cpp
+0
-1
Modules/memory/memory.cpp
Modules/memory/memory.cpp
+0
-1
Modules/pci/kpci.cpp
Modules/pci/kpci.cpp
+0
-1
Modules/samba/smbmountmodel.cpp
Modules/samba/smbmountmodel.cpp
+0
-1
Modules/usbview/usbdevices.cpp
Modules/usbview/usbdevices.cpp
+0
-1
No files found.
Modules/devinfo/devicelisting.cpp
View file @
228160a7
...
...
@@ -29,7 +29,6 @@
//Local
#include "infopanel.h"
#include "soldevice.h"
#include "soldevicetypes.h"
#include "devinfo.h"
#include "solidhelper.h"
...
...
Modules/energy/batterymodel.cpp
View file @
228160a7
...
...
@@ -19,7 +19,6 @@
#include "batterymodel.h"
#include <Solid/Device>
#include <Solid/DeviceNotifier>
#include <QtQml>
...
...
Modules/info/info.cpp
View file @
228160a7
...
...
@@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "info.h"
#include <QLabel>
#include <QHBoxLayout>
#include <QHeaderView>
...
...
Modules/memory/memory.cpp
View file @
228160a7
...
...
@@ -26,7 +26,6 @@
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QLabel>
#include <KAboutData>
#include <sys/param.h>
/* for BSD */
...
...
Modules/pci/kpci.cpp
View file @
228160a7
...
...
@@ -19,7 +19,6 @@ extern "C" {
#include <sys/types.h> //getuid
#include <ctype.h> //isxdigit
#include <string.h> //memcpy
#include <QTreeWidget>
#include <QTreeWidgetItem>
#include <QDebug>
...
...
Modules/samba/smbmountmodel.cpp
View file @
228160a7
...
...
@@ -8,7 +8,6 @@
#include <QDebug>
#include <QIcon>
#include <QMetaEnum>
#include <Solid/Device>
#include <Solid/DeviceInterface>
#include <Solid/DeviceNotifier>
#include <Solid/NetworkShare>
...
...
Modules/usbview/usbdevices.cpp
View file @
228160a7
...
...
@@ -29,7 +29,6 @@
#if defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD)
#include <sys/ioctl.h>
#include <sys/param.h>
#endif
QList
<
USBDevice
*>
USBDevice
::
_devices
;
...
...
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