----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128641/ -----------------------------------------------------------
Review request for KDE Frameworks, Plasma and David Faure. Repository: plasma-framework Description ------- Commit bb70febdbe397b617e5c41aff5494fdbc185fa88 ported an argument from QPoint to QRectF. However, not all local invocations were updated correctly with one passing a QRect, which fails. *NEEDS BACKPORTING TO 5.25* Diffs ----- src/scriptengines/qml/plasmoid/containmentinterface.cpp 4efc1e109bbab8ef43b686be25574ed5bd66d9ce Diff: https://git.reviewboard.kde.org/r/128641/diff/ Testing ------- Before: Couldn't drag applet from Widget Explorer to Desktop After: Can Checked the other invocations are correct. Thanks, David Edmundson