mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
attempt to sort out the mess in item deletion in FeedHolder widgets
This commit is contained in:
parent
a0b6f50b60
commit
c552890459
35 changed files with 149 additions and 283 deletions
|
@ -47,8 +47,7 @@ protected:
|
|||
|
||||
private slots:
|
||||
/* default stuff */
|
||||
void removeItem();
|
||||
void toggle();
|
||||
void toggle() override;
|
||||
|
||||
void readAndClearItem();
|
||||
void copyLink();
|
||||
|
@ -61,9 +60,7 @@ private:
|
|||
|
||||
RsFeedReader *mFeedReader;
|
||||
FeedReaderNotify *mNotify;
|
||||
FeedHolder *mParent;
|
||||
|
||||
std::string mFeedId;
|
||||
std::string mMsgId;
|
||||
QString mLink;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue