Let Qt delete this when the parent is destroyed

This commit is contained in:
Albert Vaca Cintora 2023-06-02 18:35:24 +02:00
parent fbaf5ade71
commit a56ff23770

View file

@ -39,7 +39,6 @@ public:
~DevicePrivate()
{
delete m_pairingHandler;
qDeleteAll(m_deviceLinks);
m_deviceLinks.clear();
}