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
KLines
Commits
85c671a5
Commit
85c671a5
authored
Sep 27, 2022
by
Laurent Montel
Browse files
Remove unused includes
parent
7834f4a7
Pipeline
#237339
passed with stage
in 3 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/commondefs.h
View file @
85c671a5
...
...
@@ -8,7 +8,6 @@
#ifndef COMMONDEFS_H
#define COMMONDEFS_H
#include
<QObject>
enum
BallColor
{
Blue
=
0
,
Brown
,
Cyan
,
Green
,
Red
,
Violet
,
Yellow
,
NumColors
};
...
...
src/klines.cpp
View file @
85c671a5
...
...
@@ -21,11 +21,10 @@
#include
<KStandardAction>
#include
<KScoreDialog>
#include
<KToggleAction>
#include
<KConfigDialog>
#include
<KLocalizedString>
#include
<KStandardGameAction>
#include
<KGameRenderer>
#include
<KgThemeSelector>
#include
<KGameRenderer>
KLinesMainWindow
::
KLinesMainWindow
()
{
...
...
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