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
KReversi
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
KReversi
Commits
f01fa3be
Commit
f01fa3be
authored
Jun 26, 2017
by
Andrius Štikonas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Qt module prefixes from includes.
parent
c66fe3b9
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
22 deletions
+17
-22
Engine.cpp
Engine.cpp
+1
-1
highscores.cpp
highscores.cpp
+1
-1
kexthighscore.cpp
kexthighscore.cpp
+1
-2
kexthighscore.h
kexthighscore.h
+2
-4
kexthighscore_gui.h
kexthighscore_gui.h
+4
-4
kexthighscore_internal.h
kexthighscore_internal.h
+4
-5
kexthighscore_item.h
kexthighscore_item.h
+3
-3
kreversiview.cpp
kreversiview.cpp
+1
-2
No files found.
Engine.cpp
View file @
f01fa3be
...
...
@@ -116,8 +116,8 @@
#include "Engine.h"
#include <QVector>
#include <QApplication>
#include <QVector>
// ================================================================
// Classes SquareStackEntry and SquareStack
...
...
highscores.cpp
View file @
f01fa3be
...
...
@@ -18,8 +18,8 @@
#include "highscores.h"
#include <QVector>
#include <QDateTime>
#include <QVector>
#include <KLocalizedString>
#include <KConfigGroup>
...
...
kexthighscore.cpp
View file @
f01fa3be
...
...
@@ -20,9 +20,8 @@
#include "kexthighscore.h"
#include <QLayout>
//Added by qt3to4:
#include <QVector>
#include <QUrlQuery>
#include <QVector>
#include "kexthighscore_internal.h"
#include "kexthighscore_gui.h"
...
...
kexthighscore.h
View file @
f01fa3be
...
...
@@ -24,11 +24,9 @@
#include <libkdegames_export.h>
#include <QtCore/QVector>
#include <QtCore/QUrl>
#include <QLoggingCategory>
#include <QVector>
#include <QUrl>
namespace
KExtHighscore
{
...
...
kexthighscore_gui.h
View file @
f01fa3be
...
...
@@ -21,13 +21,13 @@
#define KEXTHIGHSCORE_GUI_H
#include <QCheckBox>
#include <QDialog>
#include <QDialogButtonBox>
#include <QLineEdit>
#include <QList>
#include <QTreeWidget>
#include <QDialogButtonBox>
#include <QDialog>
#include <KPageDialog>
#include <
QtCore/QList
>
#include <
KPageDialog
>
#include "kexthighscore.h"
...
...
kexthighscore_internal.h
View file @
f01fa3be
...
...
@@ -28,12 +28,11 @@
#include "kexthighscore.h"
#include <QDateTime>
#include <QLoggingCategory>
#include <QtCore/QTextStream>
#include <QtCore/QVector>
#include <QtCore/QDateTime>
#include <QtCore/QUrl>
#include <QTextStream>
#include <QUrl>
#include <QVector>
class
QTextStream
;
class
QDomNamedNodeMap
;
...
...
kexthighscore_item.h
View file @
f01fa3be
...
...
@@ -20,9 +20,9 @@
#ifndef KEXTHIGHSCORE_ITEM_H
#define KEXTHIGHSCORE_ITEM_H
#include <Q
tCore/QVariant
>
#include <Q
tCore/QMap
>
#include <Q
tCore/Q
Vector>
#include <Q
Map
>
#include <Q
Variant
>
#include <QVector>
#include <libkdegames_export.h>
class
QWidget
;
...
...
kreversiview.cpp
View file @
f01fa3be
...
...
@@ -18,11 +18,10 @@
*/
#include "kreversiview.h"
#include "colorscheme.h"
#include <KLocalizedString>
#include "colorscheme.h"
#include <QStandardPaths>
KReversiView
::
KReversiView
(
KReversiGame
*
game
,
QWidget
*
parent
,
KgThemeProvider
*
provider
)
...
...
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