1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-06-18 13:52:34 +02:00
This commit is contained in:
Ralf Ramsauer 2015-09-29 15:00:36 +02:00
parent b1ea4426a9
commit 2b2ec56a9b

View File

@ -155,6 +155,9 @@ int main(int argc, char** argv)
// In normal operation, it never returns
doorlock_client(hostname, port);
mainWindow->hide();
mainWindow.reset();
// Stop the QT application
app.quit();
});