D17653: Keep kioclient alive whilst we're showing error messages
Kai Uwe Broulik
noreply at phabricator.kde.org
Tue Dec 18 13:13:40 GMT 2018
broulik added inline comments.
INLINE COMMENTS
> kioclient.cpp:399
> m_ok = !job->error();
> - qApp->quit();
> + if (qApp->topLevelWindows().count() == 0) {
> + qApp->quit();
`isEmpty()`
REPOSITORY
R126 KDE CLI Utilities
REVISION DETAIL
https://phabricator.kde.org/D17653
To: davidedmundson, #plasma, nerdopolist
Cc: broulik, plasma-devel, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20181218/a8a9c806/attachment-0001.html>
More information about the Plasma-devel
mailing list