Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KSnakeDuel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Games
KSnakeDuel
Commits
da0c0ff9
Commit
da0c0ff9
authored
Oct 23, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
e2fa0810
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
8 deletions
+0
-8
ktron.cpp
ktron.cpp
+0
-1
player.cpp
player.cpp
+0
-1
renderer.cpp
renderer.cpp
+0
-2
tron.cpp
tron.cpp
+0
-4
No files found.
ktron.cpp
View file @
da0c0ff9
...
...
@@ -26,7 +26,6 @@
#include "settings.h"
#include "ui_general.h"
#include <QAction>
#include <QApplication>
#include <QStatusBar>
...
...
player.cpp
View file @
da0c0ff9
...
...
@@ -24,7 +24,6 @@
#include "player.h"
#include "tron.h"
#include "snakepart.h"
#include "settings.h"
#include "ksnakeduel_debug.h"
...
...
renderer.cpp
View file @
da0c0ff9
...
...
@@ -25,10 +25,8 @@
#include "settings.h"
#include "object.h"
#include <QPainter>
#include <QPixmap>
#include <QPixmapCache>
#include <QSize>
#include <QSvgRenderer>
#include <KFontUtils>
...
...
tron.cpp
View file @
da0c0ff9
...
...
@@ -26,11 +26,7 @@
// Normal class
#include <QTimer>
#include <QPainter>
#include <QPaintEvent>
#include <QPoint>
#include <QResizeEvent>
#include <QFocusEvent>
#include <QPixmap>
#include "ksnakeduel_debug.h"
#include <KLocalizedString>
...
...
Write
Preview
Markdown
is supported
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