FeedReader:

- Added favicon

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6069 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-01-10 22:51:04 +00:00
parent edd8a2c0ec
commit 3df3850655
12 changed files with 177 additions and 96 deletions

View file

@ -3,6 +3,8 @@
#include <QWidget>
#include "interface/rsFeedReader.h"
namespace Ui {
class FeedReaderMessageWidget;
}
@ -17,7 +19,7 @@ class FeedReaderNotify;
class FeedReaderMessageWidget : public QWidget
{
Q_OBJECT
public:
explicit FeedReaderMessageWidget(const std::string &feedId, RsFeedReader *feedReader, FeedReaderNotify *notify, QWidget *parent = 0);
~FeedReaderMessageWidget();
@ -69,9 +71,10 @@ private:
bool mProcessSettings;
RSTreeWidgetItemCompareRole *mMsgCompareRole;
std::string mFeedId;
QString mFeedName;
unsigned int mUnreadCount;
QTimer *timer;
unsigned int mNewCount;
QTimer *mTimer;
FeedInfo mFeedInfo;
// gui interface
RsFeedReader *mFeedReader;