D6089: Show no notification icon if there is no
Nicolas Fella
noreply at phabricator.kde.org
Mon Jul 10 16:51:27 UTC 2017
nicolasfella added inline comments.
INLINE COMMENTS
> albertvaka wrote in notification.cpp:105
> setIconName("none") will try to find an icon named "none". Will display nothing because there is no icon with that name. The proper way of not displaying an icon is to set it to empty string, that is QString().
setIconName(QString()) gives me some default icon, but setIconName("foobar") gives me my desired behaviour (no icon at all)
REPOSITORY
R224 KDE Connect
REVISION DETAIL
https://phabricator.kde.org/D6089
To: nicolasfella, #kde_connect
Cc: albertvaka, apol, #kde_connect, tfella, aboudhar, seebauer, progwolff, MayeulC, menasshock, ach, hkaelberer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdeconnect/attachments/20170710/9798b181/attachment.html>
More information about the KDEConnect
mailing list