broulik accepted this revision.
broulik added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> foldermodel.cpp:981
>
> - QPoint pos;
> - pos.setX(dropEvent->property("x").toInt());
> - pos.setY(dropEvent->property("y").toInt());
> -
> + QPoint pos = {x, y};
> pos = target->mapToScene(pos).toPoint();
`QPoint pos(x, y);`?
REPOSITORY
R119 Plasma Desktop
BRANCH
wip/lim-2
REVISION DETAIL
https://phabricator.kde.org/D8597
To: mwolff, broulik
Cc: broulik, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed,
jensreuterberg, abetts, sebas, apol, mart