----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108825/ -----------------------------------------------------------
Review request for Plasma and Marco Martin. Description ------- Whenever I started muon-discover I had a lot of issues from QPainter. After some investigation (gdb + breakpoint to qWarning) I found out the problem was that we were trying to render a QIcon with size equal to 0. This patch makes sure that we don't even try to paint empty icons, which solves the problem. Diffs ----- plasma/declarativeimports/core/iconitem.cpp 765e7ed Diff: http://git.reviewboard.kde.org/r/108825/diff/ Testing ------- After patching, ran discover again, without all the qWarnings. Thanks, Aleix Pol Gonzalez
_______________________________________________ Plasma-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/plasma-devel
