Skip to content
Commit 5414cb2f authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

libarchiveplugin: fix nested xi18n calls

xi18n calls cannot be nested, otherwise the markup gets messed up.
Plugins should use kxi18n instead, but that returns a
KLocalizedString which is not a QString and would require us to change the
ArchiveInterface API.

So an easier solution is to not use xi18n from the libarchive plugin.

Differential Revision: D745

Task: T926
parent 40db62a7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment