Fix some Leaks

This commit is contained in:
Florian Märkl 2019-08-03 21:16:14 +02:00
commit b9367ff12e
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
3 changed files with 12 additions and 1 deletions

View file

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