mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 13:35:14 +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;
|
bool launch_ui_on_exit = false;
|
||||||
|
|
||||||
QStringList run_arguments{"--updater"};
|
QStringList run_arguments{QStringLiteral("--updater")};
|
||||||
QStringList silent_arguments{"--silentUpdate"};
|
QStringList silent_arguments{QStringLiteral("--silentUpdate")};
|
||||||
|
|
||||||
friend class Updater;
|
friend class Updater;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user