mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 01:08:50 -04:00
fixed non working expand button in forum feed
This commit is contained in:
parent
d8bca5c56d
commit
d26f7db319
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,6 @@ public:
|
|||
protected:
|
||||
/* FeedItem */
|
||||
virtual void doExpand(bool open);
|
||||
void toggle() override;
|
||||
|
||||
/* GxsGroupFeedItem */
|
||||
virtual QString groupName();
|
||||
|
@ -56,6 +55,7 @@ protected:
|
|||
|
||||
private slots:
|
||||
void subscribeForum();
|
||||
void toggle() override;
|
||||
|
||||
private:
|
||||
void fill();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue