Handle non-ASCII characters of CLI args correctly under Windows

This is the same workaround as used for tageditor.
This commit is contained in:
Martchus 2018-09-18 23:33:00 +02:00
parent 4e57ab69d3
commit 54b5fd0b21
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ using namespace Util;
int main(int argc, char *argv[])
{
CMD_UTILS_CONVERT_ARGS_TO_UTF8;
SET_APPLICATION_INFO;
QT_CONFIG_ARGUMENTS qtConfigArgs;
int returnCode = 0;