fix memleak

the Designer UI has to be deleted
This commit is contained in:
Lukáš Tinkl 2014-11-10 20:36:12 +01:00
parent e869fc019f
commit 728dab0353

View file

@ -80,7 +80,7 @@ KdeConnectKcm::KdeConnectKcm(QWidget *parent, const QVariantList&)
KdeConnectKcm::~KdeConnectKcm()
{
delete kcmUi;
}
void KdeConnectKcm::refresh()