Fix compilation error.

This commit is contained in:
Roman Telezhynskyi 2023-10-20 11:32:30 +03:00
parent 08f4c86dcc
commit 6696c613c4

View file

@ -110,7 +110,7 @@ auto PrepareImageFilters() -> QString
if (not sufixes.isEmpty())
{
filters.append(QObject::tr("Images") + " (%1)"_L1.arg(sufixes.join(' '_L1)));
filters.append(QObject::tr("Images") + " ("_L1 + sufixes.join(' '_L1) + ')'_L1);
}
filters.append(QObject::tr("All files") + " (*.*)"_L1);