restructured resource files directories
This commit is contained in:
parent
b6c0d89f1f
commit
e14a639d71
18 changed files with 29 additions and 23 deletions
|
@ -100,7 +100,7 @@ void TinyTinyRSS::onPostReadChanged(bool r)
|
|||
{
|
||||
Post *post = (Post *)sender();
|
||||
|
||||
updateArticle(post->id(), 2, !r, [post] (const QJsonObject &json) {
|
||||
updateArticle(post->id(), 2, !r, [post] (const QJsonObject &) {
|
||||
// not doing anything with this yet.
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue