mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
Update and rename Main.cpp to Main.cppf
This commit is contained in:
parent
6b97fda04c
commit
d3773ae25c
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ int main(int argc, char* argv[])
|
||||||
QString program = "Plugin/Updater/Updater.exe";
|
QString program = "Plugin/Updater/Updater.exe";
|
||||||
QStringList arguments = "/S";
|
QStringList arguments = "/S";
|
||||||
|
|
||||||
QProcess *process = new QProcess(this);
|
QProcess *process = new QProcess();
|
||||||
process->start(program, arguments);
|
process->start(program, arguments);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue