Some more changes concerning avatars. Directory changes. App data now QApplication independent.

This commit is contained in:
lotodore
2007-09-08 20:40:46 +00:00
parent 2780b504b4
commit e76be2a6ff
12 changed files with 122 additions and 79 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public:
//qthelper.cpp
virtual std::string stringToUtf8(const std::string &) =0;
virtual std::string getDefaultLanguage() =0;
virtual std::string getDataPathStdString() =0;
virtual std::string getDataPathStdString(const std::string &) =0;
};