Merge pull request #2777 from csoler/v0.6-BugFixing_30

fixed non working expand button in forum feed
This commit is contained in:
csoler 2023-10-21 14:48:31 +02:00 committed by GitHub
commit 71a096f817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();