This commit is contained in:
doitux
2007-06-16 22:08:52 +00:00
parent 9aaca43608
commit 1e493a8276
17 changed files with 134 additions and 67 deletions
+1
View File
@@ -28,3 +28,4 @@ std::string QtHelper::stringToUtf8(const std::string &myString) {
return myUtf8String;
}
std::string QtHelper::getDefaultLanguage() { return QLocale::system().name().toStdString(); }
+1
View File
@@ -23,6 +23,7 @@ public:
~QtHelper();
std::string stringToUtf8(const std::string &);
std::string getDefaultLanguage();
};
+1 -1
View File
@@ -37,4 +37,4 @@ QtToolsWrapper::~QtToolsWrapper()
}
std::string QtToolsWrapper::stringToUtf8(const std::string &myString) { return myQtHelper->stringToUtf8(myString); }
std::string QtToolsWrapper::getDefaultLanguage() { return myQtHelper->getDefaultLanguage(); }
+1
View File
@@ -35,6 +35,7 @@ public:
~QtToolsWrapper();
std::string stringToUtf8(const std::string &myString);
std::string getDefaultLanguage();
private: