mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Forgot to commit the changes in FeedReader plugin
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7685 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
756b9acf41
commit
aa080e02f0
4 changed files with 35 additions and 20 deletions
|
@ -22,7 +22,7 @@
|
|||
#ifndef _FEEDREADERFEEDITEM_H
|
||||
#define _FEEDREADERFEEDITEM_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "gui/feeds/FeedItem.h"
|
||||
|
||||
namespace Ui {
|
||||
class FeedReaderFeedItem;
|
||||
|
@ -34,7 +34,7 @@ class FeedHolder;
|
|||
class FeedInfo;
|
||||
class FeedMsgInfo;
|
||||
|
||||
class FeedReaderFeedItem : public QWidget
|
||||
class FeedReaderFeedItem : public FeedItem
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -42,6 +42,9 @@ public:
|
|||
FeedReaderFeedItem(RsFeedReader *feedReader, FeedReaderNotify *notify, FeedHolder *parent, const FeedInfo &feedInfo, const FeedMsgInfo &msgInfo);
|
||||
~FeedReaderFeedItem();
|
||||
|
||||
/* FeedItem */
|
||||
virtual void expand(bool open);
|
||||
|
||||
private slots:
|
||||
/* default stuff */
|
||||
void removeItem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue