fix wrong include indents

This commit is contained in:
doitux
2011-07-03 19:45:08 +00:00
parent 81d9b0d8af
commit d1e7266501
94 changed files with 186 additions and 103 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "configfile.h" *****************************************************************************/
#include "configfile.h"
#include <qttoolsinterface.h> #include <qttoolsinterface.h>
#include <core/loghelper.h> #include <core/loghelper.h>
#include <tinyxml.h> #include <tinyxml.h>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef CONFIGFILE_H *****************************************************************************/
#ifndef CONFIGFILE_H
#define CONFIGFILE_H #define CONFIGFILE_H
#include <vector> #include <vector>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef BEROINTERFACE_H *****************************************************************************/
#ifndef BEROINTERFACE_H
#define BEROINTERFACE_H #define BEROINTERFACE_H
#include <game_defs.h> #include <game_defs.h>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef BOARDINTERFACE_H *****************************************************************************/
#ifndef BOARDINTERFACE_H
#define BOARDINTERFACE_H #define BOARDINTERFACE_H
#include <engine_defs.h> #include <engine_defs.h>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef ENGINEFACTORY_H *****************************************************************************/
#ifndef ENGINEFACTORY_H
#define ENGINEFACTORY_H #define ENGINEFACTORY_H
#include "boardinterface.h" #include "boardinterface.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef HANDINTERFACE_H *****************************************************************************/
#ifndef HANDINTERFACE_H
#define HANDINTERFACE_H #define HANDINTERFACE_H
#include "guiinterface.h" #include "guiinterface.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef PLAYERINTERFACE_H *****************************************************************************/
#ifndef PLAYERINTERFACE_H
#define PLAYERINTERFACE_H #define PLAYERINTERFACE_H
#include "handinterface.h" #include "handinterface.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef SERVERGUIWRAPPER_H *****************************************************************************/
#ifndef SERVERGUIWRAPPER_H
#define SERVERGUIWRAPPER_H #define SERVERGUIWRAPPER_H
#include <guiinterface.h> #include <guiinterface.h>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "guiinterface.h" *****************************************************************************/
#include "guiinterface.h"
GuiInterface::~GuiInterface() GuiInterface::~GuiInterface()
{ {
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef GUIINTERFACE_H *****************************************************************************/
#ifndef GUIINTERFACE_H
#define GUIINTERFACE_H #define GUIINTERFACE_H
#include <net/clientcallback.h> #include <net/clientcallback.h>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "aboutpokerthimpl.h" *****************************************************************************/
#include "aboutpokerthimpl.h"
#include "configfile.h" #include "configfile.h"
#include "game_defs.h" #include "game_defs.h"
#include <QtCore> #include <QtCore>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef ABOUTPOKERTHIMPL_H *****************************************************************************/
#ifndef ABOUTPOKERTHIMPL_H
#define ABOUTPOKERTHIMPL_H #define ABOUTPOKERTHIMPL_H
#include "ui_aboutpokerth.h" #include "ui_aboutpokerth.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "changecompleteblindsdialogimpl.h" *****************************************************************************/
#include "changecompleteblindsdialogimpl.h"
#include "configfile.h" #include "configfile.h"
#include <iostream> #include <iostream>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef CHANGECOMPLETEBLINDSDIALOGIMPL_H *****************************************************************************/
#ifndef CHANGECOMPLETEBLINDSDIALOGIMPL_H
#define CHANGECOMPLETEBLINDSDIALOGIMPL_H #define CHANGECOMPLETEBLINDSDIALOGIMPL_H
#include "ui_changecompleteblindsdialog.h" #include "ui_changecompleteblindsdialog.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "changecontentdialogimpl.h" *****************************************************************************/
#include "changecontentdialogimpl.h"
// #include "session.h" // #include "session.h"
#include "configfile.h" #include "configfile.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef CHANGECONTENTDIALOGIMPL_H *****************************************************************************/
#ifndef CHANGECONTENTDIALOGIMPL_H
#define CHANGECONTENTDIALOGIMPL_H #define CHANGECONTENTDIALOGIMPL_H
#include "ui_changecontentdialog.h" #include "ui_changecontentdialog.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "chattools.h" *****************************************************************************/
#include "chattools.h"
#include "session.h" #include "session.h"
#include "configfile.h" #include "configfile.h"
#include "gametablestylereader.h" #include "gametablestylereader.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef CHATTOOLS_H *****************************************************************************/
#ifndef CHATTOOLS_H
#define CHATTOOLS_H #define CHATTOOLS_H
#include <string> #include <string>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "connecttoserverdialogimpl.h" *****************************************************************************/
#include "connecttoserverdialogimpl.h"
#include <net/socket_msg.h> #include <net/socket_msg.h>
connectToServerDialogImpl::connectToServerDialogImpl(QWidget *parent) connectToServerDialogImpl::connectToServerDialogImpl(QWidget *parent)
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef CONNECTTOSERVERDIALOGIMPL_H *****************************************************************************/
#ifndef CONNECTTOSERVERDIALOGIMPL_H
#define CONNECTTOSERVERDIALOGIMPL_H #define CONNECTTOSERVERDIALOGIMPL_H
#include "ui_connecttoserverdialog.h" #include "ui_connecttoserverdialog.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "createinternetgamedialogimpl.h" *****************************************************************************/
#include "createinternetgamedialogimpl.h"
#include "session.h" #include "session.h"
#include "configfile.h" #include "configfile.h"
#include "gamedata.h" #include "gamedata.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef CREATEINTERNETGAMEDIALOGIMPL_H *****************************************************************************/
#ifndef CREATEINTERNETGAMEDIALOGIMPL_H
#define CREATEINTERNETGAMEDIALOGIMPL_H #define CREATEINTERNETGAMEDIALOGIMPL_H
#include "ui_createinternetgamedialog.h" #include "ui_createinternetgamedialog.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "createnetworkgamedialogimpl.h" *****************************************************************************/
#include "createnetworkgamedialogimpl.h"
#include "session.h" #include "session.h"
#include "configfile.h" #include "configfile.h"
#include "changecompleteblindsdialogimpl.h" #include "changecompleteblindsdialogimpl.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef CREATENETWORKGAMEDIALOGIMPL_H *****************************************************************************/
#ifndef CREATENETWORKGAMEDIALOGIMPL_H
#define CREATENETWORKGAMEDIALOGIMPL_H #define CREATENETWORKGAMEDIALOGIMPL_H
#include "ui_createnetworkgamedialog.h" #include "ui_createnetworkgamedialog.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "gamelobbydialogimpl.h" *****************************************************************************/
#include "gamelobbydialogimpl.h"
#include "mygamelistsortfilterproxymodel.h" #include "mygamelistsortfilterproxymodel.h"
#include "mynicklistsortfilterproxymodel.h" #include "mynicklistsortfilterproxymodel.h"
#include "startwindowimpl.h" #include "startwindowimpl.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef GAMELOBBYDIALOGIMPL_H *****************************************************************************/
#ifndef GAMELOBBYDIALOGIMPL_H
#define GAMELOBBYDIALOGIMPL_H #define GAMELOBBYDIALOGIMPL_H
#include <ui_gamelobbydialog.h> #include <ui_gamelobbydialog.h>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mygamelisttreewidget.h" *****************************************************************************/
#include "mygamelisttreewidget.h"
#include <QDebug> #include <QDebug>
#include <iostream> #include <iostream>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYGAMELISTTREEWIDGET_H *****************************************************************************/
#ifndef MYGAMELISTTREEWIDGET_H
#define MYGAMELISTTREEWIDGET_H #define MYGAMELISTTREEWIDGET_H
#include <QtGui> #include <QtGui>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "gametableimpl.h" *****************************************************************************/
#include "gametableimpl.h"
#include "mymessagedialogimpl.h" #include "mymessagedialogimpl.h"
#include "settingsdialogimpl.h" #include "settingsdialogimpl.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef GAMETABLEIMPL_H *****************************************************************************/
#ifndef GAMETABLEIMPL_H
#define GAMETABLEIMPL_H #define GAMETABLEIMPL_H
#include "ui_gametable.h" #include "ui_gametable.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "guilog.h" *****************************************************************************/
#include "guilog.h"
#include "gametableimpl.h" #include "gametableimpl.h"
#include <handinterface.h> #include <handinterface.h>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef GUILOG_H *****************************************************************************/
#ifndef GUILOG_H
#define GUILOG_H #define GUILOG_H
#include <fstream> #include <fstream>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "myactionbutton.h" *****************************************************************************/
#include "myactionbutton.h"
#include "gametablestylereader.h" #include "gametablestylereader.h"
using namespace std; using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYACTIONBUTTON_H *****************************************************************************/
#ifndef MYACTIONBUTTON_H
#define MYACTIONBUTTON_H #define MYACTIONBUTTON_H
#include <QtGui> #include <QtGui>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "myavatarlabel.h" *****************************************************************************/
#include "myavatarlabel.h"
#include "gametableimpl.h" #include "gametableimpl.h"
#include "gametablestylereader.h" #include "gametablestylereader.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYAVATARLABEL_H *****************************************************************************/
#ifndef MYAVATARLABEL_H
#define MYAVATARLABEL_H #define MYAVATARLABEL_H
#include <iostream> #include <iostream>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mycardspixmaplabel.h" *****************************************************************************/
#include "mycardspixmaplabel.h"
#include "gametableimpl.h" #include "gametableimpl.h"
// using namespace std; // using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYCARDSPIXMAPLABEL_H *****************************************************************************/
#ifndef MYCARDSPIXMAPLABEL_H
#define MYCARDSPIXMAPLABEL_H #define MYCARDSPIXMAPLABEL_H
#include <iostream> #include <iostream>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mychancelabel.h" *****************************************************************************/
#include "mychancelabel.h"
#include "gametableimpl.h" #include "gametableimpl.h"
#include "gametablestylereader.h" #include "gametablestylereader.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYCHANCELABEL_H *****************************************************************************/
#ifndef MYCHANCELABEL_H
#define MYCHANCELABEL_H #define MYCHANCELABEL_H
#include <vector> #include <vector>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mylefttabwidget.h" *****************************************************************************/
#include "mylefttabwidget.h"
MyLeftTabWidget::MyLeftTabWidget(QGroupBox *parent) MyLeftTabWidget::MyLeftTabWidget(QGroupBox *parent)
: QTabWidget(parent), chatBlinkTimer(0), myTabBar(0) : QTabWidget(parent), chatBlinkTimer(0), myTabBar(0)
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYLEFTTABWIDGET_H *****************************************************************************/
#ifndef MYLEFTTABWIDGET_H
#define MYLEFTTABWIDGET_H #define MYLEFTTABWIDGET_H
#include <QtGui> #include <QtGui>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mynamelabel.h" *****************************************************************************/
#include "mynamelabel.h"
#include "gametableimpl.h" #include "gametableimpl.h"
#include "session.h" #include "session.h"
#include "gametablestylereader.h" #include "gametablestylereader.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYNAMELABEL_H *****************************************************************************/
#ifndef MYNAMELABEL_H
#define MYNAMELABEL_H #define MYNAMELABEL_H
#include <iostream> #include <iostream>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "myrighttabwidget.h" *****************************************************************************/
#include "myrighttabwidget.h"
#include <iostream> #include <iostream>
using namespace std; using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYRIGHTTABWIDGET_H *****************************************************************************/
#ifndef MYRIGHTTABWIDGET_H
#define MYRIGHTTABWIDGET_H #define MYRIGHTTABWIDGET_H
#include <QtGui> #include <QtGui>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mysetlabel.h" *****************************************************************************/
#include "mysetlabel.h"
#include "gametableimpl.h" #include "gametableimpl.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYSETLABEL_H *****************************************************************************/
#ifndef MYSETLABEL_H
#define MYSETLABEL_H #define MYSETLABEL_H
#include <iostream> #include <iostream>
+2 -2
View File
@@ -14,8 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mysetlabel.h" *****************************************************************************/
#include "mysetlabel.h"
#include "gametableimpl.h" #include "gametableimpl.h"
using namespace std; using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYSTATUSLABEL_H *****************************************************************************/
#ifndef MYSTATUSLABEL_H
#define MYSTATUSLABEL_H #define MYSTATUSLABEL_H
#include <iostream> #include <iostream>
+2 -2
View File
@@ -14,8 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mytimeoutlabel.h" *****************************************************************************/
#include "mytimeoutlabel.h"
#include "gametableimpl.h" #include "gametableimpl.h"
using namespace std; using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYTIMEOUTLABEL_H *****************************************************************************/
#ifndef MYTIMEOUTLABEL_H
#define MYTIMEOUTLABEL_H #define MYTIMEOUTLABEL_H
#include <iostream> #include <iostream>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "startsplash.h" *****************************************************************************/
#include "startsplash.h"
StartSplash::StartSplash(QPixmap &p) StartSplash::StartSplash(QPixmap &p)
: QSplashScreen(p) : QSplashScreen(p)
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef STARTSPLASH_H *****************************************************************************/
#ifndef STARTSPLASH_H
#define STARTSPLASH_H #define STARTSPLASH_H
#include <QtGui> #include <QtGui>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef GUIWRAPPER_H *****************************************************************************/
#ifndef GUIWRAPPER_H
#define GUIWRAPPER_H #define GUIWRAPPER_H
#include <guiinterface.h> #include <guiinterface.h>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "joinnetworkgamedialogimpl.h" *****************************************************************************/
#include "joinnetworkgamedialogimpl.h"
#include "session.h" #include "session.h"
#include "configfile.h" #include "configfile.h"
#include <tinyxml.h> #include <tinyxml.h>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef JOINNETWORKGAMEDIALOGIMPL_H *****************************************************************************/
#ifndef JOINNETWORKGAMEDIALOGIMPL_H
#define JOINNETWORKGAMEDIALOGIMPL_H #define JOINNETWORKGAMEDIALOGIMPL_H
#include "ui_joinnetworkgamedialog.h" #include "ui_joinnetworkgamedialog.h"
@@ -14,8 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mymessagedialogimpl.h" *****************************************************************************/
#include "mymessagedialogimpl.h"
#include <QtCore> #include <QtCore>
#include "configfile.h" #include "configfile.h"
#include <iostream> #include <iostream>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYMESSAGEDIALOGIMPL_H *****************************************************************************/
#ifndef MYMESSAGEDIALOGIMPL_H
#define MYMESSAGEDIALOGIMPL_H #define MYMESSAGEDIALOGIMPL_H
#include "ui_mymessagedialog.h" #include "ui_mymessagedialog.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "newgamedialogimpl.h" *****************************************************************************/
#include "newgamedialogimpl.h"
#include "changecompleteblindsdialogimpl.h" #include "changecompleteblindsdialogimpl.h"
#include "configfile.h" #include "configfile.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef NEWGAMEDIALOGIMPL_H *****************************************************************************/
#ifndef NEWGAMEDIALOGIMPL_H
#define NEWGAMEDIALOGIMPL_H #define NEWGAMEDIALOGIMPL_H
#include "ui_newgamedialog.h" #include "ui_newgamedialog.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "qthelper.h" *****************************************************************************/
#include "qthelper.h"
#include <QtCore> #include <QtCore>
#include <iostream> #include <iostream>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef QTHELPER_H *****************************************************************************/
#ifndef QTHELPER_H
#define QTHELPER_H #define QTHELPER_H
#ifdef POKERTH_DEDICATED_SERVER #ifdef POKERTH_DEDICATED_SERVER
-2
View File
@@ -16,10 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ *****************************************************************************/
#include "qttoolswrapper.h" #include "qttoolswrapper.h"
#include <qthelper/qthelper.h> #include <qthelper/qthelper.h>
using namespace std; using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef QTTOOLSWRAPPER_H *****************************************************************************/
#ifndef QTTOOLSWRAPPER_H
#define QTTOOLSWRAPPER_H #define QTTOOLSWRAPPER_H
#include <qttoolsinterface.h> #include <qttoolsinterface.h>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "serverlistdialogimpl.h" *****************************************************************************/
#include "serverlistdialogimpl.h"
#include "configfile.h" #include "configfile.h"
#include "startwindowimpl.h" #include "startwindowimpl.h"
#include "connecttoserverdialogimpl.h" #include "connecttoserverdialogimpl.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef SERVERLISTDIALOGIMPL_H *****************************************************************************/
#ifndef SERVERLISTDIALOGIMPL_H
#define SERVERLISTDIALOGIMPL_H #define SERVERLISTDIALOGIMPL_H
#include "ui_serverlistdialog.h" #include "ui_serverlistdialog.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "manualblindsorderdialogimpl.h" *****************************************************************************/
#include "manualblindsorderdialogimpl.h"
#include "configfile.h" #include "configfile.h"
#include <iostream> #include <iostream>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MANUALBLINDSORDERDIALOGIMPL_H *****************************************************************************/
#ifndef MANUALBLINDSORDERDIALOGIMPL_H
#define MANUALBLINDSORDERDIALOGIMPL_H #define MANUALBLINDSORDERDIALOGIMPL_H
#include "ui_manualblindsorderdialog.h" #include "ui_manualblindsorderdialog.h"
+2 -1
View File
@@ -14,8 +14,9 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "myavatarbutton.h" *****************************************************************************/
#include "myavatarbutton.h"
using namespace std; using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYAVATARBUTTON_H *****************************************************************************/
#ifndef MYAVATARBUTTON_H
#define MYAVATARBUTTON_H #define MYAVATARBUTTON_H
#include <QtGui> #include <QtGui>
@@ -14,8 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "myhpavatarbutton.h" *****************************************************************************/
#include "myhpavatarbutton.h"
using namespace std; using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYHPAVATARBUTTON_H *****************************************************************************/
#ifndef MYHPAVATARBUTTON_H
#define MYHPAVATARBUTTON_H #define MYHPAVATARBUTTON_H
#include <QtGui> #include <QtGui>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mystylelistitem.h" *****************************************************************************/
#include "mystylelistitem.h"
MyStyleListItem::MyStyleListItem(QStringList s, QTreeWidget *w) MyStyleListItem::MyStyleListItem(QStringList s, QTreeWidget *w)
: QTreeWidgetItem(w, s, QTreeWidgetItem::UserType) : QTreeWidgetItem(w, s, QTreeWidgetItem::UserType)
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "myavatarlistitem.h" *****************************************************************************/
#include "myavatarlistitem.h"
using namespace std; using namespace std;
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYAVATARLISTITEM_H *****************************************************************************/
#ifndef MYAVATARLISTITEM_H
#define MYAVATARLISTITEM_H #define MYAVATARLISTITEM_H
#include <QtGui> #include <QtGui>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "selectavatardialogimpl.h" *****************************************************************************/
#include "selectavatardialogimpl.h"
#include "myavatarlistitem.h" #include "myavatarlistitem.h"
#include "configfile.h" #include "configfile.h"
#include <iostream> #include <iostream>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef SELECTAVATARDIALOGIMPL_H *****************************************************************************/
#ifndef SELECTAVATARDIALOGIMPL_H
#define SELECTAVATARDIALOGIMPL_H #define SELECTAVATARDIALOGIMPL_H
#include "ui_selectavatardialog.h" #include "ui_selectavatardialog.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "settingsdialogimpl.h" *****************************************************************************/
#include "settingsdialogimpl.h"
#include "myavatarlistitem.h" #include "myavatarlistitem.h"
#include "mystylelistitem.h" #include "mystylelistitem.h"
#include "gametablestylereader.h" #include "gametablestylereader.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef SETTINGSDIALOGIMPL_H *****************************************************************************/
#ifndef SETTINGSDIALOGIMPL_H
#define SETTINGSDIALOGIMPL_H #define SETTINGSDIALOGIMPL_H
#include "ui_settingsdialog.h" #include "ui_settingsdialog.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "sdlplayer.h" *****************************************************************************/
#include "sdlplayer.h"
#if (defined __APPLE__) #if (defined __APPLE__)
#include <SDL.h> #include <SDL.h>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include <QtCore> *****************************************************************************/
#include <QtCore>
#ifndef SDLPLAYER_H #ifndef SDLPLAYER_H
#define SDLPLAYER_H #define SDLPLAYER_H
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "startnetworkgamedialogimpl.h" *****************************************************************************/
#include "startnetworkgamedialogimpl.h"
#include "startwindowimpl.h" #include "startwindowimpl.h"
#include "session.h" #include "session.h"
#include "configfile.h" #include "configfile.h"
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef STARTNETWORKGAMEDIALOGIMPL_H *****************************************************************************/
#ifndef STARTNETWORKGAMEDIALOGIMPL_H
#define STARTNETWORKGAMEDIALOGIMPL_H #define STARTNETWORKGAMEDIALOGIMPL_H
#include "ui_startnetworkgamedialog.h" #include "ui_startnetworkgamedialog.h"
+2 -5
View File
@@ -14,19 +14,16 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "startwindowimpl.h" *****************************************************************************/
#include "startwindowimpl.h"
#include "playerinterface.h" #include "playerinterface.h"
#include <gamedata.h> #include <gamedata.h>
#include <generic/serverguiwrapper.h> #include <generic/serverguiwrapper.h>
#include <net/socket_msg.h> #include <net/socket_msg.h>
#include "tools.h" #include "tools.h"
#include "session.h" #include "session.h"
#include "game.h" #include "game.h"
#include "guiwrapper.h" #include "guiwrapper.h"
#include "configfile.h" #include "configfile.h"
#include "gametableimpl.h" #include "gametableimpl.h"
#include "newgamedialogimpl.h" #include "newgamedialogimpl.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef STARTWINDOWIMPL_H *****************************************************************************/
#ifndef STARTWINDOWIMPL_H
#define STARTWINDOWIMPL_H #define STARTWINDOWIMPL_H
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "carddeckstylereader.h" *****************************************************************************/
#include "carddeckstylereader.h"
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <cstdlib> #include <cstdlib>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef CARDDECKSTYLEREADER_H *****************************************************************************/
#ifndef CARDDECKSTYLEREADER_H
#define CARDDECKSTYLEREADER_H #define CARDDECKSTYLEREADER_H
#include <tinyxml.h> #include <tinyxml.h>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "gametablestylereader.h" *****************************************************************************/
#include "gametablestylereader.h"
#include <cstdlib> #include <cstdlib>
using namespace std; using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef GAMETABLESTYLEREADER_H *****************************************************************************/
#ifndef GAMETABLESTYLEREADER_H
#define GAMETABLESTYLEREADER_H #define GAMETABLESTYLEREADER_H
#include <tinyxml.h> #include <tinyxml.h>
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "timeoutmsgboximpl.h" *****************************************************************************/
#include "timeoutmsgboximpl.h"
#include "session.h" #include "session.h"
timeoutMsgBoxImpl::timeoutMsgBoxImpl(QMainWindow *parent) timeoutMsgBoxImpl::timeoutMsgBoxImpl(QMainWindow *parent)
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef TIMEOUTMSGBOXIMPL_H *****************************************************************************/
#ifndef TIMEOUTMSGBOXIMPL_H
#define TIMEOUTMSGBOXIMPL_H #define TIMEOUTMSGBOXIMPL_H
#include <QMessageBox> #include <QMessageBox>
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "qttoolsinterface.h" *****************************************************************************/
#include "qttoolsinterface.h"
QtToolsInterface::~QtToolsInterface() QtToolsInterface::~QtToolsInterface()
{ {
+2 -1
View File
@@ -14,7 +14,8 @@
* * * *
* You should have received a copy of the GNU Affero General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef QTTOOLSINTERFACE_H *****************************************************************************/
#ifndef QTTOOLSINTERFACE_H
#define QTTOOLSINTERFACE_H #define QTTOOLSINTERFACE_H
#include <string> #include <string>