blob: 0ca9be1bb5302ade1f49388fb2a22f570c3467f8 (
plain)
1
2
3
4
5
|
/* This dummy header is just used to generate a translatable Qt string that
* will be integrated to i18n/.ts files, translated on Weblate and then merged
* back with the .desktop.template file into a single .desktop file. */
QObject::tr("Hello World App");
|