kdeconnect-kde/kded
À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
..
backends Avoid doing qobject_cast on an already destroyed QObject 2014-04-15 20:14:22 +02:00
plugins Wrong if condition to mute kmix 2014-04-12 21:41:38 +02:00
CMakeLists.txt Moved unit tests together 2014-04-12 23:04:35 +02:00
daemon.cpp Removed commented code 2014-04-14 21:21:09 +02:00
daemon.h kded_kdeconnect splitted to module and daemon 2014-01-17 17:58:53 +04:00
default_args.h Renamed daemon -> kded 2013-09-02 03:23:34 +02:00
device.cpp Rename pairingTimer to m_pairingTimeout 2014-04-14 21:57:48 +02:00
device.h Rename pairingTimer to m_pairingTimeout 2014-04-14 21:57:48 +02:00
filetransferjob.cpp Specify that we only support Kill. 2014-03-03 22:34:25 +01:00
filetransferjob.h Made some methods const 2014-04-05 20:05:22 +02:00
kdebugnamespace.cpp qDebug -> kDebug with namespaces 2013-11-06 22:16:55 +01:00
kdebugnamespace.h qDebug -> kDebug with namespaces 2013-11-06 22:16:55 +01:00
kdeconnect.desktop SVN_SILENT made messages (.desktop file) 2014-03-26 04:43:05 +00:00
kdeconnect.notifyrc SVN_SILENT made messages (.desktop file) 2014-03-26 04:43:05 +00:00
kdeconnectd.cpp Daemon is a KUniqueApplication now, to avoid having more than one instance 2014-04-12 22:49:00 +02:00
kded.cpp In the KDED, call start in the next loop. 2014-03-03 21:09:05 +01:00
kded.h Never block the kded 2014-03-03 19:58:05 +01:00
Messages.sh Ooops, missing flag in Messages.sh 2013-11-24 17:48:14 +01:00
networkpackage.cpp Added const all around 2014-03-04 02:34:09 +01:00
networkpackage.h Constant getter for package body 2014-01-15 01:02:38 +04:00
networkpackagetypes.h Improved package dispatch to the different plugins 2013-10-29 17:46:57 +01:00