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;
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue