davidedmundson added inline comments.

INLINE COMMENTS

> desktopicon.cpp:333
> +        bool isDestroyed = false;
> +        connect(this, &QObject::destroyed, this, [&isDestroyed](){ 
> isDestroyed = true; });
>          QByteArray data;

Normal convention for handling nested event loops (which is effectively what 
this is) is making a QPointer of "this" and checking that

REPOSITORY
  R169 Kirigami

REVISION DETAIL
  https://phabricator.kde.org/D6212

To: leinir, #kirigami, mart, apol
Cc: davidedmundson, plasma-devel, apol, mart

Reply via email to