fix build
This commit is contained in:
parent
a815bfb49b
commit
8bff56a1cf
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ FeedlyNetwork::FeedlyNetwork(QObject* parent)
|
||||||
m_developerAccessToken(QString()), m_batchSize(FEEDLY_DEFAULT_BATCH_SIZE), m_downloadOnlyUnreadMessages(false) {
|
m_developerAccessToken(QString()), m_batchSize(FEEDLY_DEFAULT_BATCH_SIZE), m_downloadOnlyUnreadMessages(false) {
|
||||||
|
|
||||||
#if defined(FEEDLY_OFFICIAL_SUPPORT)
|
#if defined(FEEDLY_OFFICIAL_SUPPORT)
|
||||||
m_oauth->setRedirectUrl(QString(OAUTH_REDIRECT_URI) + QL1C(':') + QString::number(FEEDLY_API_REDIRECT_URI_PORT));
|
m_oauth->setRedirectUrl(QString(OAUTH_REDIRECT_URI) + QL1C(':') + QString::number(FEEDLY_API_REDIRECT_URI_PORT),
|
||||||
|
true);
|
||||||
|
|
||||||
connect(m_oauth, &OAuth2Service::tokensRetrieveError, this, &FeedlyNetwork::onTokensError);
|
connect(m_oauth, &OAuth2Service::tokensRetrieveError, this, &FeedlyNetwork::onTokensError);
|
||||||
connect(m_oauth, &OAuth2Service::authFailed, this, &FeedlyNetwork::onAuthFailed);
|
connect(m_oauth, &OAuth2Service::authFailed, this, &FeedlyNetwork::onAuthFailed);
|
||||||
|
|
Loading…
Add table
Reference in a new issue