mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Fix some Leaks
This commit is contained in:
parent
bea03d667a
commit
b9367ff12e
3 changed files with 12 additions and 1 deletions
|
@ -29,6 +29,7 @@ ServerItemWidget::ServerItemWidget(QWidget *parent) : QWidget(parent)
|
|||
auto label = new QLabel("Server", this);
|
||||
layout->addWidget(label);
|
||||
|
||||
this->selected = true;
|
||||
SetSelected(false);
|
||||
|
||||
setFixedSize(200, 200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue