hide stylesheetreader for 0.6

This commit is contained in:
doitux
2007-12-10 08:02:56 +00:00
parent 85b9f0926c
commit 45381ddfbb
4 changed files with 8 additions and 21 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ class gameLobbyDialogImpl;
class QColor;
class SDLPlayer;
class StyleSheetReader;
// class StyleSheetReader;
class mainWindowImpl: public QMainWindow, public Ui::mainWindow {
@@ -459,7 +459,7 @@ private:
int keyUpDownChatCounter;
int myLastPreActionBetValue;
StyleSheetReader *myStyleSheetReader;
// StyleSheetReader *myStyleSheetReader;
friend class GuiWrapper;
};