mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
Merge pull request #2777 from csoler/v0.6-BugFixing_30
fixed non working expand button in forum feed
This commit is contained in:
commit
71a096f817
@ -47,7 +47,6 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
/* FeedItem */
|
/* FeedItem */
|
||||||
virtual void doExpand(bool open);
|
virtual void doExpand(bool open);
|
||||||
void toggle() override;
|
|
||||||
|
|
||||||
/* GxsGroupFeedItem */
|
/* GxsGroupFeedItem */
|
||||||
virtual QString groupName();
|
virtual QString groupName();
|
||||||
@ -56,6 +55,7 @@ protected:
|
|||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void subscribeForum();
|
void subscribeForum();
|
||||||
|
void toggle() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void fill();
|
void fill();
|
||||||
|
Loading…
Reference in New Issue
Block a user