forked from jeena/FeedTheMonkey
login working
This commit is contained in:
parent
5101a426c0
commit
7dbf05e2e1
5 changed files with 27 additions and 13 deletions
|
@ -16,6 +16,18 @@ void TinyTinyRSS::initialize(const QString serverUrl, const QString sessionId)
|
|||
mSessionId = sessionId;
|
||||
}
|
||||
|
||||
void TinyTinyRSS::reload()
|
||||
{
|
||||
QVariantMap opts;
|
||||
opts.insert("show_excerpt", false);
|
||||
opts.insert("view_mode", "unread");
|
||||
opts.insert("show_content", true);
|
||||
opts.insert("feed_id", -4);
|
||||
opts.insert("skip", 0);
|
||||
|
||||
doOperation("getHeadlines", opts);
|
||||
}
|
||||
|
||||
TinyTinyRSS::~TinyTinyRSS()
|
||||
{
|
||||
delete mNetworkManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue