mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #6338
Anthony Bilinski (2): fix(ui): passing arguments from the CircleWidget constructor refactor(ui): using the isCompact function
This commit is contained in:
commit
971b569716
|
@ -41,7 +41,7 @@
|
|||
QHash<int, CircleWidget*> CircleWidget::circleList;
|
||||
|
||||
CircleWidget::CircleWidget(const Core &_core, FriendListWidget* parent, int id)
|
||||
: CategoryWidget(parent)
|
||||
: CategoryWidget(isCompact(), parent)
|
||||
, id(id)
|
||||
, core{_core}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user