mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-27 07:46:17 +01:00
restart feature now also uses cmdline args
This commit is contained in:
parent
3318b96c16
commit
45381aad3a
@ -602,7 +602,8 @@ void Application::onAboutToQuit() {
|
||||
finish();
|
||||
qDebugNN << LOGSEC_CORE << "Killing local peer connection to allow another instance to start.";
|
||||
|
||||
if (QProcess::startDetached(QDir::toNativeSeparators(applicationFilePath()), {})) {
|
||||
if (QProcess::startDetached(QDir::toNativeSeparators(applicationFilePath()),
|
||||
arguments())) {
|
||||
qDebugNN << LOGSEC_CORE << "New application instance was started.";
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user