1
0
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:
Anthony Bilinski 2021-06-06 04:33:29 -07:00
commit 971b569716
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -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}
{