android tweaks
This commit is contained in:
@@ -20,11 +20,9 @@
|
||||
#include "mystylelistitem.h"
|
||||
#include "gametablestylereader.h"
|
||||
#include "carddeckstylereader.h"
|
||||
|
||||
#include "configfile.h"
|
||||
#include <net/socket_startup.h>
|
||||
#include <QSet>
|
||||
|
||||
enum StyleType { POKERTH_DISTRIBUTED_STYLE, ADDITIONAL_STYLE };
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -38,6 +38,7 @@ class selectAvatarDialogImpl;
|
||||
class manualBlindsOrderDialogImpl;
|
||||
class MyStyleListItem;
|
||||
class guiLog;
|
||||
class FlickCharm;
|
||||
|
||||
class settingsDialogImpl: public QDialog, public Ui::settingsDialog
|
||||
{
|
||||
@@ -142,6 +143,7 @@ private:
|
||||
bool calledIngame;
|
||||
int changedLanguageIndex;
|
||||
guiLog *myGuiLog;
|
||||
FlickCharm *fc;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user