Fix compilation error.
This commit is contained in:
parent
08f4c86dcc
commit
6696c613c4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user