Added I18N for PQs, initial version. Hence resource file and language files. Changed samplesphysicalquantities to check some I18N topics.

This commit is contained in:
Klaus Basan
2013-07-27 20:23:23 +02:00
parent 581638ec7f
commit 40a97c3d82
38 changed files with 523 additions and 72 deletions

View File

@@ -14,7 +14,7 @@ CDebug::CDebug()
}
void CDebug::create(const char *logPath, bool logInFile, bool eraseLastLog)
void CDebug::create(const char * /** logPath **/, bool logInFile, bool eraseLastLog)
{
if (!m_isInitialized)
{