mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +02:00
have show DS connect refresh existing dialog
This commit is contained in:
parent
7f86ca3f10
commit
5749fefcd5
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ void DialogsManager::showDomainConnectionDialog() {
|
||||||
// if the dialog already exists we delete it so the connection data is refreshed
|
// if the dialog already exists we delete it so the connection data is refreshed
|
||||||
if (_domainConnectionDialog) {
|
if (_domainConnectionDialog) {
|
||||||
_domainConnectionDialog->close();
|
_domainConnectionDialog->close();
|
||||||
|
_domainConnectionDialog->deleteLater();
|
||||||
_domainConnectionDialog = NULL;
|
_domainConnectionDialog = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue