mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-03 18:57:37 +01:00
show auth errors.
This commit is contained in:
parent
8540f6977a
commit
e95219e965
@ -88,6 +88,7 @@ QVariant Feed::data(int column, int role) const {
|
||||
|
||||
case NetworkError:
|
||||
case ParsingError:
|
||||
case AuthError:
|
||||
case OtherError:
|
||||
return QColor(Qt::red);
|
||||
|
||||
|
@ -163,8 +163,6 @@ void InoreaderNetworkFactory::markMessagesRead(RootItem::ReadStatus status, cons
|
||||
target_url += QString("?r=user/-/") + INOREADER_STATE_READ + "&";
|
||||
}
|
||||
|
||||
Downloader downloader;
|
||||
QEventLoop loop;
|
||||
QString bearer = m_oauth2->bearer().toLocal8Bit();
|
||||
|
||||
if (bearer.isEmpty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user