mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
Added I18N for PQs, initial version. Hence resource file and language files. Changed samplesphysicalquantities to check some I18N topics.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user