mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Mac auto restart test #2
This commit is contained in:
parent
232ab1ae98
commit
559d434c69
@ -281,13 +281,13 @@ void PreferencesDialog::Save()
|
|||||||
// In Mac OS the full path of aplication binary is:
|
// In Mac OS the full path of aplication binary is:
|
||||||
// <base-path>/myApp.app/Contents/MacOS/myApp
|
// <base-path>/myApp.app/Contents/MacOS/myApp
|
||||||
args << (QApplication::instance()->applicationDirPath() + "/../../../SleepyHead.app");
|
args << (QApplication::instance()->applicationDirPath() + "/../../../SleepyHead.app");
|
||||||
qDebug() << "Would restart on mac if this was correct" << args;
|
//qDebug() << "Would restart on mac if this was correct" << args;
|
||||||
qDebug() << "repeating applicationDirPath for clarity: " << QApplication::instance()->applicationDirPath();
|
//qDebug() << "repeating applicationDirPath for clarity: " << QApplication::instance()->applicationDirPath();
|
||||||
//proc.startDetached("open", args);
|
proc.start("open", args);
|
||||||
#else
|
#else
|
||||||
proc.startDetached(QApplication::instance()->applicationFilePath(),args);
|
proc.startDetached(QApplication::instance()->applicationFilePath(),args);
|
||||||
QApplication::instance()->exit();
|
|
||||||
#endif
|
#endif
|
||||||
|
QApplication::instance()->exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user