Skip to content

Commit

Permalink
fix: still auth after dialog window closed
Browse files Browse the repository at this point in the history
linuxdeepin/internal-discussion#808

Change-Id: I96b4c20226506dec8faf86f478191a12d0291bff
  • Loading branch information
listenerri committed Jan 9, 2019
1 parent 794863f commit 76efc52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AuthDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ AuthDialog::AuthDialog(const QString &actionId,
m_adminsCombo->addItem("", identities[0].toString());
m_adminsCombo->setCurrentIndex(0);
}

connect(this, &AuthDialog::aboutToClose, this, &AuthDialog::rejected);
}

AuthDialog::~AuthDialog()
Expand Down

0 comments on commit 76efc52

Please sign in to comment.