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
Games
Palapeli
Commits
bdb055f7
Commit
bdb055f7
authored
Sep 27, 2022
by
Laurent Montel
Browse files
Remove unused includes
parent
5915c28d
Pipeline
#237345
passed with stage
in 3 minutes and 52 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/engine/piecevisuals.cpp
View file @
bdb055f7
...
...
@@ -12,7 +12,6 @@
#include
"palapeli_debug.h"
#include
<QImage>
#include
<QPainter>
#include
<QtMath>
//BEGIN shadow blur algorithm
...
...
src/engine/view.cpp
View file @
bdb055f7
...
...
@@ -17,7 +17,6 @@
#include
<KLocalizedString>
#include
<KMessageBox>
#include
<QApplication>
#include
<QScreen>
#include
<QTimer>
...
...
src/file-io/collection.h
View file @
bdb055f7
...
...
@@ -8,7 +8,6 @@
#define PALAPELI_COLLECTION_H
#include
<QStandardItemModel>
#include
<QMutex>
class
KConfig
;
class
KConfigGroup
;
...
...
src/window/puzzletablewidget.cpp
View file @
bdb055f7
...
...
@@ -13,10 +13,11 @@
#include
"palapeli_debug.h"
#include
<QToolBar>
#include
<QGridLayout>
#include
<QProgressBar>
#include
<QStackedWidget>
#include
<KLocalizedString>
#include
<QHBoxLayout>
#include
<QVBoxLayout>
//BEGIN Palapeli::TextProgressBar
...
...
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