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
KReversi
Commits
4566c5cc
Commit
4566c5cc
authored
Sep 27, 2022
by
Laurent Montel
Browse files
Remove unused includes
parent
cc0aee64
Pipeline
#237341
failed with stage
in 2 minutes and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kreversiview.cpp
View file @
4566c5cc
...
...
@@ -15,7 +15,6 @@
#include
<KLocalizedContext>
// Qt
#include
<QStandardPaths>
#include
<QQmlContext>
KReversiView
::
KReversiView
(
KReversiGame
*
game
,
QWidget
*
parent
,
KgThemeProvider
*
provider
)
:
QQuickWidget
(
parent
),
...
...
src/mainwindow.cpp
View file @
4566c5cc
...
...
@@ -11,7 +11,6 @@
#include
<QDebug>
#include
<QIcon>
#include
<QStatusBar>
#include
<QApplication>
#include
<QScreen>
// KF
#include
<KActionCollection>
...
...
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