]> cloud.milkyroute.net Git - dolphin.git/commit
Revert "DragAndDropHelper::updateDropAction: use StatJob for remote URLs"
authorFelix Ernst <felixernst@zohomail.eu>
Wed, 26 Jun 2024 10:45:48 +0000 (12:45 +0200)
committerFelix Ernst <felixernst@kde.org>
Mon, 1 Jul 2024 14:06:01 +0000 (14:06 +0000)
commite2f316578909e4c886430110808d4681997b3cb7
tree24ad0b932127925198e06cf8befecdc106b382ed
parent92b178b7404b002778d8288353f65e27ee5de5dd
Revert "DragAndDropHelper::updateDropAction: use StatJob for remote URLs"

This reverts commit dc149ec5e52f52c514cf362603d05ba8eea506b8.

This prevents a crash. One issue identified is that the commit that
I am reverting here accesses a QDropEvent at a moment in time in
which it might have already been deleted. We cannot check if it
exists by that time because we do not control its lifetime and it
is not a QObject.
src/dolphintabwidget.cpp
src/dolphintabwidget.h
src/panels/places/placespanel.cpp
src/panels/places/placespanel.h
src/views/draganddrophelper.cpp
src/views/draganddrophelper.h