mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 10:24:26 +01:00
Bugfix
This commit is contained in:
parent
b1ea4426a9
commit
2b2ec56a9b
@ -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();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user