c8a9796093
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. |
||
---|---|---|
.. | ||
lan | ||
loopback | ||
devicelink.cpp | ||
devicelink.h | ||
linkprovider.cpp | ||
linkprovider.h |