Fixed utf8 issue with avatar cache and server logging.

This commit is contained in:
lotodore
2007-12-11 19:35:02 +00:00
parent 191f2f7b25
commit aa07ae1741
13 changed files with 35 additions and 5 deletions
+2
View File
@@ -33,6 +33,7 @@ class ClientThread;
class ServerManager;
class IrcThread;
class AvatarManager;
class QtToolsInterface;
class Session{
public:
@@ -106,6 +107,7 @@ private:
GuiInterface *myGui;
ConfigFile *myConfig;
GameType myGameType;
QtToolsInterface *myQtToolsInterface;
};