D28099: Show command output on unknown failure
David Edmundson
noreply at phabricator.kde.org
Tue Mar 17 14:09:01 GMT 2020
davidedmundson added inline comments.
INLINE COMMENTS
> mountdialog.cpp:57
> +
> + QMessageBox::critical(this, i18n("Error details"), message);
> +
Kded is one of the processes that shouldn't freeze, lets avoid nested event loops
Some sort of
box = new QMessageBox()
box->setWidgetAttribute(delete on close)
box->show();
would be preferred
REPOSITORY
R845 Plasma Vault
REVISION DETAIL
https://phabricator.kde.org/D28099
To: ivan, #plasma, davidedmundson, ngraham, mart
Cc: plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200317/c8021048/attachment.html>
More information about the Plasma-devel
mailing list