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
Palapeli
Commits
8219f6f5
Commit
8219f6f5
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
e3da757c
Changes
3
Hide whitespace changes
Inline
Side-by-side
slicers/goldberg/goldberg-engine.cpp
View file @
8219f6f5
...
...
@@ -22,7 +22,6 @@
#include
<cmath>
#include
<QPainter>
#include
<QPainterPath>
#include
<QDebug>
#include
<QDir>
#include
<QRandomGenerator>
...
...
src/config/elidinglabel.cpp
View file @
8219f6f5
...
...
@@ -19,7 +19,6 @@
#include
"elidinglabel.h"
#include
<QFontMetrics>
#include
<QLabel>
Palapeli
::
ElidingLabel
::
ElidingLabel
(
QWidget
*
parent
)
:
QLabel
(
parent
)
...
...
src/creator/puzzlecreator.cpp
View file @
8219f6f5
...
...
@@ -18,7 +18,6 @@
#include
"puzzlecreator.h"
#include
"slicerconfwidget.h"
#include
"slicerselector.h"
#include
"file-io/components.h"
#include
"file-io/puzzle.h"
#include
"file-io/puzzlestructs.h"
...
...
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