added some flush() calls just to be sure
This commit is contained in:
@@ -102,6 +102,8 @@ void Updates::installUpdates()
|
|||||||
this->setStatus_(WriteFileFailed);
|
this->setStatus_(WriteFileFailed);
|
||||||
return Failure;
|
return Failure;
|
||||||
}
|
}
|
||||||
|
file.flush();
|
||||||
|
file.close();
|
||||||
|
|
||||||
QProcess::startDetached(
|
QProcess::startDetached(
|
||||||
combinePath(QCoreApplication::applicationDirPath(),
|
combinePath(QCoreApplication::applicationDirPath(),
|
||||||
@@ -160,6 +162,7 @@ void Updates::installUpdates()
|
|||||||
QDesktopServices::openUrl(this->updateExe_);
|
QDesktopServices::openUrl(this->updateExe_);
|
||||||
return Failure;
|
return Failure;
|
||||||
}
|
}
|
||||||
|
file.flush();
|
||||||
file.close();
|
file.close();
|
||||||
|
|
||||||
if (QProcess::startDetached(filename))
|
if (QProcess::startDetached(filename))
|
||||||
|
|||||||
Reference in New Issue
Block a user