mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 04:35:05 +01:00
citra_qt/updater: Specify string conversions explicitly
This commit is contained in:
parent
8f29ab3ceb
commit
6cf0043830
@ -59,8 +59,8 @@ private:
|
||||
|
||||
bool launch_ui_on_exit = false;
|
||||
|
||||
QStringList run_arguments{"--updater"};
|
||||
QStringList silent_arguments{"--silentUpdate"};
|
||||
QStringList run_arguments{QStringLiteral("--updater")};
|
||||
QStringList silent_arguments{QStringLiteral("--silentUpdate")};
|
||||
|
||||
friend class Updater;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user