kdeconnect-kde/kded/backends
Àlex Fiestas c8a9796093 Avoid doing qobject_cast on an already destroyed QObject
QObject::destroyed is emitted from the QObject destructor, because of
that the object that inherit from it (in this case DeviceLink) will not
exist anymore, hence we can't cast to it.

So we are saving the needed information in an QObject property so we
do not have to do any cast.
2014-04-15 20:14:22 +02:00
..
lan Avoid doing qobject_cast on an already destroyed QObject 2014-04-15 20:14:22 +02:00
loopback qDebug -> kDebug with namespaces 2013-11-06 22:16:55 +01:00
devicelink.cpp Avoid doing qobject_cast on an already destroyed QObject 2014-04-15 20:14:22 +02:00
devicelink.h Moved cryptography layer down from Device to DeviceLink 2013-09-13 23:27:16 +02:00
linkprovider.cpp Refactor: Moved devicelinks and linkproviders to backends 2013-09-09 18:35:56 +02:00
linkprovider.h Refactor: Moved devicelinks and linkproviders to backends 2013-09-09 18:35:56 +02:00