Add count of unread items to RSS tab label

Closes #2681.
This commit is contained in:
Gabriele 2015-03-10 19:21:29 +01:00
parent 5b7ea0e611
commit c48407e038
4 changed files with 14 additions and 2 deletions

View file

@ -138,6 +138,7 @@ protected slots:
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
void handleUpdateCheckFinished(bool update_available, QString new_version, bool invokedByUser);
#endif
void updateRSSTabLabel(int count);
protected:
void dropEvent(QDropEvent *event);