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
KHotkeys
Commits
260ea7a9
Commit
260ea7a9
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
5c2c534e
Changes
11
Hide whitespace changes
Inline
Side-by-side
kcm_hotkeys/global_settings_widget.cpp
View file @
260ea7a9
...
...
@@ -29,7 +29,6 @@
#include
<QStandardPaths>
#include
<KSharedConfig>
GlobalSettingsWidget
::
GlobalSettingsWidget
(
QWidget
*
parent
)
...
...
kcm_hotkeys/helper_widgets/gesture_drawer.cpp
View file @
260ea7a9
...
...
@@ -12,7 +12,6 @@
#include
<QColor>
#include
<QPainter>
#include
<QFrame>
#include
<QPaintEvent>
#include
<QGradient>
...
...
kcm_hotkeys/helper_widgets/gesture_recorder.cpp
View file @
260ea7a9
...
...
@@ -11,7 +11,6 @@
#include
<QEvent>
#include
<QColor>
#include
<QFrame>
#include
<QMouseEvent>
#include
"gesture_recorder.h"
...
...
kcm_hotkeys/hotkeys_context_menu.cpp
View file @
260ea7a9
...
...
@@ -23,7 +23,6 @@
#include
"hotkeys_model.h"
#include
"actions/actions.h"
#include
"action_data/action_data_group.h"
#include
"action_data/simple_action_data.h"
...
...
kcm_hotkeys/hotkeys_tree_view.cpp
View file @
260ea7a9
...
...
@@ -22,7 +22,6 @@
#include
"hotkeys_model.h"
#include
"actions/actions.h"
#include
"action_data/action_data_group.h"
#include
"action_data/simple_action_data.h"
...
...
libkhotkeysprivate/action_data/action_data_group.cpp
View file @
260ea7a9
...
...
@@ -11,7 +11,6 @@
#include
"action_data_group.h"
#include
"action_data/action_data_visitor.h"
#include
"actions/actions.h"
#include
<kconfiggroup.h>
#include
<QDebug>
...
...
libkhotkeysprivate/action_data/menuentry_shortcut_action_data.cpp
View file @
260ea7a9
...
...
@@ -20,7 +20,6 @@
#include
"menuentry_shortcut_action_data.h"
#include
"action_data/action_data_visitor.h"
#include
"actions/actions.h"
#include
"conditions/conditions.h"
#include
<kconfiggroup.h>
...
...
libkhotkeysprivate/settings_reader_v2.cpp
View file @
260ea7a9
...
...
@@ -26,12 +26,10 @@
#include
"conditions/conditions_list.h"
#include
"triggers/triggers.h"
#include
"windows_helper/window_selection_list.h"
#include
"settings.h"
#include
<KConfig>
#include
<KConfigBase>
...
...
libkhotkeysprivate/settings_writer.cpp
View file @
260ea7a9
...
...
@@ -28,7 +28,6 @@
#include
"conditions/conditions_list.h"
#include
"settings.h"
#include
"windows_helper/window_selection_list.h"
...
...
libkhotkeysprivate/shortcuts_handler.cpp
View file @
260ea7a9
...
...
@@ -25,10 +25,8 @@
#include
"khotkeysglobal.h"
#include
<X11/X.h>
// #include <X11/Xutil.h>
#include
<QX11Info>
#include
<fixx11h.h>
#include
<QDebug>
#include
<KGlobalAccel>
...
...
libkhotkeysprivate/triggers/gestures.cpp
View file @
260ea7a9
...
...
@@ -23,7 +23,6 @@
#include
<kxerrorhandler.h>
#include
<kkeyserver.h>
#include
"input.h"
#include
"windows_handler.h"
#include
"action_data/action_data.h"
#include
"windows_helper/window_selection_list.h"
...
...
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