Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KReversi
Commits
1851c021
Commit
1851c021
authored
Sep 17, 2013
by
Denis Kuplyakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed license position
GIT_SILENT
parent
8255022a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
15 deletions
+17
-15
startgamedialog.cpp
startgamedialog.cpp
+7
-6
startgamedialog.h
startgamedialog.h
+10
-9
No files found.
startgamedialog.cpp
View file @
1851c021
#include <startgamedialog.h>
#include <ui_startgamedialog.h>
#include <QMessageBox>
#include <QCloseEvent>
#include <KgDifficulty>
/*******************************************************************
*
* Copyright 2013 Denis Kuplyakov <dener.kup@gmail.com>
...
...
@@ -27,6 +21,13 @@
*
********************************************************************/
#include <startgamedialog.h>
#include <ui_startgamedialog.h>
#include <QMessageBox>
#include <QCloseEvent>
#include <KgDifficulty>
#include <KDebug>
#include <QSvgRenderer>
#include <QPainter>
...
...
startgamedialog.h
View file @
1851c021
#ifndef STARTGAMEDIALOG_H
#define STARTGAMEDIALOG_H
#include <gamestartinformation.h>
#include <commondefs.h>
#include <KDialog>
#include <KUser>
#include <KgThemeProvider>
/*******************************************************************
*
* Copyright 2013 Denis Kuplyakov <dener.kup@gmail.com>
...
...
@@ -30,6 +21,16 @@
*
********************************************************************/
#ifndef STARTGAMEDIALOG_H
#define STARTGAMEDIALOG_H
#include <gamestartinformation.h>
#include <commondefs.h>
#include <KDialog>
#include <KUser>
#include <KgThemeProvider>
namespace
Ui
{
class
StartGameDialog
;
...
...
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