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
Bomber
Commits
1854a8be
Commit
1854a8be
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
7540e613
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/board.cpp
View file @
1854a8be
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
#include
"board.h"
#include
"board.h"
// Qt
// Qt
#include
<QGraphicsScene>
#include
<QGraphicsView>
#include
<QGraphicsView>
#include
<QStandardPaths>
#include
<QStandardPaths>
#include
<QTimer>
#include
<QTimer>
...
...
src/bomb.cpp
View file @
1854a8be
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
// Bomber
// Bomber
#include
"board.h"
#include
"board.h"
#include
"explodable.h"
/** The speed the bomb will fall at */
/** The speed the bomb will fall at */
const
qreal
DEFAULT_VELOCITY
=
0.2
;
const
qreal
DEFAULT_VELOCITY
=
0.2
;
...
...
src/bomber.cpp
View file @
1854a8be
...
@@ -34,7 +34,6 @@
...
@@ -34,7 +34,6 @@
#include
<KgThemeSelector>
#include
<KgThemeSelector>
// Bomber
// Bomber
#include
"bomberwidget.h"
#include
"settings.h"
#include
"settings.h"
Bomber
::
Bomber
()
Bomber
::
Bomber
()
...
...
src/bomberwidget.cpp
View file @
1854a8be
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
// Qt
// Qt
#include
<QGraphicsItem>
#include
<QGraphicsItem>
#include
<QGraphicsView>
#include
<QTimer>
#include
<QTimer>
// KDE
// KDE
...
...
src/plane.cpp
View file @
1854a8be
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
// Bomber
// Bomber
#include
"board.h"
#include
"board.h"
#include
"explodable.h"
/** The speed the plane will fly at */
/** The speed the plane will fly at */
const
qreal
Plane
::
DEFAULT_VELOCITY
=
0.08
;
const
qreal
Plane
::
DEFAULT_VELOCITY
=
0.08
;
...
...
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