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
Games
KBounce
Commits
6f14d80f
Commit
6f14d80f
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
ecf86672
Changes
3
Hide whitespace changes
Inline
Side-by-side
board.cpp
View file @
6f14d80f
...
...
@@ -24,7 +24,6 @@
#include <QRandomGenerator>
#include "ball.h"
#include "gameobject.h"
#include "wall.h"
#include "debug.h"
...
...
gamewidget.cpp
View file @
6f14d80f
...
...
@@ -25,7 +25,6 @@
#include <QTimer>
#include <QStandardPaths>
#include <KgDifficulty>
#include <KgThemeProvider>
#include <KColorScheme>
#include <KLocalizedString>
...
...
mainwindow.cpp
View file @
6f14d80f
...
...
@@ -18,7 +18,6 @@
#include "mainwindow.h"
#include "gamewidget.h"
#include "settings.h"
#include "backgroundselector.h"
#include "debug.h"
...
...
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