Fix a warning.
This commit is contained in:
parent
b80106c18b
commit
8b443c6e61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user