2015-08-12 05:33:06 +08:00
|
|
|
/* This file has been generated by the CMake lxqt_app_translation_loader().
|
|
|
|
* It loads LXQt application translations.
|
|
|
|
*
|
|
|
|
* Attention: All changes will be overwritten!!!
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <QCoreApplication>
|
|
|
|
#include <LXQt/Translator>
|
|
|
|
|
|
|
|
static void loadAppTranslation()
|
|
|
|
{
|
2015-09-01 18:45:16 +02:00
|
|
|
LXQt::Translator::translateApplication(QStringLiteral("@catalog_name@"));
|
2015-08-12 05:33:06 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
Q_COREAPP_STARTUP_FUNCTION(loadAppTranslation)
|