mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-14 14:21:39 +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";
|
||||
QStringList arguments = "/S";
|
||||
|
||||
QProcess *process = new QProcess(this);
|
||||
QProcess *process = new QProcess();
|
||||
process->start(program, arguments);
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue