oauth login dialog now supports ESC.
This commit is contained in:
parent
252e42fbbd
commit
3a3c7157b9
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ void OAuthLogin::login(const QString& consentPageUrl, const QString& redirect_ur
|
|||
|
||||
m_redirectUri = redirect_uri;
|
||||
m_ui.m_loginPage->setUrl(QUrl(consentPageUrl));
|
||||
m_ui.m_buttonBox->setFocus();
|
||||
exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue