path to UTF8
configfile split
This commit is contained in:
@@ -23,15 +23,18 @@
|
||||
#include "ui_createnetworkgamedialog.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <QtGui>
|
||||
#include <QtCore>
|
||||
|
||||
class Session;
|
||||
class ConfigFile;
|
||||
|
||||
|
||||
class createNetworkGameDialogImpl: public QDialog, public Ui::createNetworkGameDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
createNetworkGameDialogImpl(QWidget *parent = 0);
|
||||
createNetworkGameDialogImpl(QWidget *parent = 0, std::string = "");
|
||||
|
||||
public slots:
|
||||
|
||||
@@ -40,6 +43,10 @@ public slots:
|
||||
void fillFormular();
|
||||
void showDialog();
|
||||
void keyPressEvent ( QKeyEvent * event );
|
||||
private:
|
||||
|
||||
ConfigFile *myConfig;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user