Fix Auto-Shutdown feature on Windows

This commit is contained in:
Christophe Dumez
2010-08-16 18:34:30 +00:00
parent d15e6a4847
commit 308e358d3f
2 changed files with 29 additions and 1 deletions

View File

@@ -2035,6 +2035,8 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
saveFastResumeData();
delete s;
misc::shutdownComputer();
exiting = true;
qApp->exit();
}
}
}