File: LXQtLibTranslationLoader.cpp.in

package info (click to toggle)
lxqt-build-tools 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: perl: 42; sh: 14; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* This file has been generated by the CMake lxqt_app_translation_loader().
 * It loads LXQt libraries translations.
 *
 * Attention: All changes will be overwritten!!!
 */

#include <QCoreApplication>
#include <LXQt/Translator>

static void loadLibTranslation()
{
    LXQt::Translator::translateLibrary(QStringLiteral("@catalog_name@"));
}

Q_COREAPP_STARTUP_FUNCTION(loadLibTranslation)