Review Request 118842: Add reset function to QImageItem image property
David Edmundson
david at davidedmundson.co.uk
Fri Jun 20 00:26:45 UTC 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/118842/
-----------------------------------------------------------
Review request for KDE Frameworks and Plasma.
Repository: kdeclarative
Description
-------
Add reset function to QImageItem
This allows
QImageItem {
image: undefined
}
without warnings.
This is useful as otherwise it's impossible to unset a set QImageItem as QImage is uncreatable from within QML.
The immediate usage is to fix a bug in notifications where sometimes an image from a previous notification "leaks" into our current notification.
Diffs
-----
src/qmlcontrols/kquickcontrolsaddons/qimageitem.h eef59bc
src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp ed20605
src/qmlcontrols/kquickcontrolsaddons/qpixmapitem.h eee8189
src/qmlcontrols/kquickcontrolsaddons/qpixmapitem.cpp fcc66b5
Diff: https://git.reviewboard.kde.org/r/118842/diff/
Testing
-------
Wrote small qml file, code had warning before, now it doesn't.
Images are still displayed if set.
Thanks,
David Edmundson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140620/aa46ac0e/attachment.html>
More information about the Kde-frameworks-devel
mailing list