dolphinview: indicate drops from Places view
This commit corrects previous attempt of bug fix done in frameworks/kio@71b2b38b which incorrectly recognized drop action from Places View (based only on missing Qt::MoveAction which had side effects described in BUG 514697)
This time DolphinView indicates that the given dropEvent comes from Places View so we must avoid potentially destructive Move-like plugins actions.
This is done by setting proper KIO::DropJobFlags additional flag for KIO::drop().
Requires frameworks/kio!2134 (merged)
Edited by Méven Car