tried to improve the logic in tab system. Not finished yet

This commit is contained in:
csoler 2020-06-23 21:37:36 +02:00
parent d39b09c5bc
commit b21193e460
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 56 additions and 58 deletions

View file

@ -558,6 +558,7 @@ void GxsChannelPostsWidgetWithModel::updateGroupData()
insertChannelDetails(mGroup);
emit groupDataLoaded();
emit groupChanged(this); // signals the parent widget to e.g. update the group tab name
} );
});