Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KDE Portal for XDG Desktop
Commits
4bb50866
Commit
4bb50866
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
62e66052
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/inhibit.cpp
View file @
4bb50866
...
...
@@ -19,7 +19,6 @@
*/
#include
"inhibit.h"
#include
"request.h"
#include
<QDBusConnection>
#include
<QDBusMessage>
...
...
src/kirigami-filepicker/declarative/dirmodel.cpp
View file @
4bb50866
...
...
@@ -5,7 +5,6 @@
#include
"dirmodel.h"
#include
<KIOWidgets/KDirModel>
#include
<KIOWidgets/KDirLister>
#include
"dirlister.h"
...
...
src/kirigami-filepicker/declarative/fileplacesmodel.cpp
View file @
4bb50866
...
...
@@ -4,7 +4,6 @@
#include
"fileplacesmodel.h"
#include
<KFilePlacesModel>
FilePlacesModel
::
FilePlacesModel
(
QObject
*
parent
)
:
KFilePlacesModel
(
parent
)
...
...
src/print.cpp
View file @
4bb50866
...
...
@@ -25,7 +25,6 @@
#include
<QFile>
#include
<QLoggingCategory>
#include
<QPrinter>
#include
<QPrintEngine>
#include
<QPrintDialog>
#include
<QStandardPaths>
...
...
src/waylandintegration.cpp
View file @
4bb50866
...
...
@@ -47,7 +47,6 @@
#include
<unistd.h>
#include
<KWayland/Client/fakeinput.h>
#include
<KWayland/Client/output.h>
Q_LOGGING_CATEGORY
(
XdgDesktopPortalKdeWaylandIntegration
,
"xdp-kde-wayland-integration"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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