mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-15 19:49:12 +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
|
// In normal operation, it never returns
|
||||||
doorlock_client(hostname, port);
|
doorlock_client(hostname, port);
|
||||||
|
|
||||||
|
mainWindow->hide();
|
||||||
|
mainWindow.reset();
|
||||||
|
|
||||||
// Stop the QT application
|
// Stop the QT application
|
||||||
app.quit();
|
app.quit();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user