mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-30 00:55:16 +01:00
remove sleep
This commit is contained in:
parent
0228ff8c68
commit
5d360199b8
@ -33,8 +33,6 @@ void FormEditInoreaderAccount::apply() {
|
||||
account<InoreaderServiceRoot>()->network()->oauth()->setTokensExpireIn(m_details->m_oauth->tokensExpireIn());
|
||||
m_details->m_oauth->logout(true);
|
||||
m_details->m_oauth->deleteLater();
|
||||
|
||||
QThread::currentThread()->msleep(300);
|
||||
}
|
||||
|
||||
account<InoreaderServiceRoot>()->network()->oauth()->setClientId(m_details->m_ui.m_txtAppId->lineEdit()->text());
|
||||
|
Loading…
x
Reference in New Issue
Block a user