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
+3
View File
@@ -28,10 +28,13 @@ public:
//qthelper.cpp
virtual std::string stringToUtf8(const std::string &) =0;
virtual std::string stringFromUtf8(const std::string &) =0;
virtual std::string getDefaultLanguage() =0;
virtual std::string getDataPathStdString(const char *argv0) =0;
};
QtToolsInterface *CreateQtToolsWrapper();
#endif