RSS code clean up

This commit is contained in:
Christophe Dumez
2012-02-19 15:42:51 +02:00
parent 1905a6f0d1
commit 32a6c89c8c
6 changed files with 13 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ public:
QString icon() const;
bool hasCustomIcon() const;
void setIconPath(const QString &pathHierarchy);
RssArticle& getItem(const QString &guid);
const RssArticle getItem(const QString &guid) const;
uint count() const;
void markAsRead();
uint unreadCount() const;