You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
395 B
16 lines
395 B
/* 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()
|
|
{
|
|
LxQt::Translator::translateApplication(QStringLiteral("@catalog_name@"));
|
|
}
|
|
|
|
Q_COREAPP_STARTUP_FUNCTION(loadAppTranslation)
|