move some style related defines and enums back to gui context

This commit is contained in:
doitux
2010-07-10 13:25:23 +00:00
parent deee0e8853
commit 98d7e84ed2
4 changed files with 30 additions and 21 deletions
+10
View File
@@ -26,6 +26,16 @@
#include <QtCore>
#include <QtGui>
#define POKERTH_CD_STYLE_FILE_VERSION 1
enum CdStyleState {
CD_STYLE_OK = 0,
CD_STYLE_OUTDATED,
CD_STYLE_FIELDS_EMPTY,
CD_STYLE_PICTURES_MISSING,
CD_STYLE_NOT_READABLE
};
class CardDeckStyleReader : public QObject {
Q_OBJECT
public: