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

@@ -10,6 +10,14 @@
#include "mathallclasses.h"
#include "geoallclasses.h"
/*!
* \brief Workaround, to call initResource from namespace
*/
inline void initBlackMiscResources() { Q_INIT_RESOURCE(blackmisc); }
/*!
* Free functions in BlackMisc
*/
namespace BlackMisc {
/*!
@@ -59,6 +67,12 @@ void registerMetadata();
*/
void registerMetadata();
/*!
* \brief Init resources
*/
void initResources();
} // BlackMisc
#endif // BLACKMISC_FREEFUNCTIONS_H