This file is indexed.

/usr/share/cmake/lxqt/modules/LXQtAppTranslationLoader.cpp.in is in liblxqt0-dev 0.10.0-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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 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)