Fixes to Web UI shutdown command

This commit is contained in:
Christophe Dumez
2012-08-21 18:50:09 +03:00
parent 399d957142
commit dac0d67717
2 changed files with 2 additions and 0 deletions

View File

@@ -284,6 +284,7 @@ void HttpConnection::respond() {
// actually shutting down.
m_generator.setStatusLine(200, "OK");
write();
qApp->processEvents();
// Exit application
qApp->exit();
} else {