Fix a warning.

This commit is contained in:
Roman Telezhynskyi 2024-03-25 18:13:49 +02:00
parent b80106c18b
commit 8b443c6e61

View File

@ -275,6 +275,7 @@ auto VAbstractApplication::QtTranslationsPath(const QString &locale) -> QString
#endif // QBS_BUILD
#if defined(APPIMAGE)
Q_UNUSED(locale)
/* Fix path to translations when run inside AppImage. */
return AppImageRoot() + APPIMAGE_QT_TRANSLATIONS;
#else