diff options
| author | Felix Ernst <[email protected]> | 2024-06-26 12:45:48 +0200 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2024-07-01 14:06:01 +0000 |
| commit | e2f316578909e4c886430110808d4681997b3cb7 (patch) | |
| tree | 24ad0b932127925198e06cf8befecdc106b382ed /src/dolphintabwidget.h | |
| parent | 92b178b7404b002778d8288353f65e27ee5de5dd (diff) | |
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.
Diffstat (limited to 'src/dolphintabwidget.h')
| -rw-r--r-- | src/dolphintabwidget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h index a02c8fb84..a28a6bea1 100644 --- a/src/dolphintabwidget.h +++ b/src/dolphintabwidget.h @@ -9,7 +9,6 @@ #include "dolphinnavigatorswidgetaction.h" #include "dolphintabpage.h" -#include "views/draganddrophelper.h" #include <QTabWidget> #include <QUrl> @@ -277,8 +276,6 @@ private: */ const std::optional<const ViewIndex> viewShowingItem(const QUrl &item) const; - DragAndDropHelper m_dragAndDropHelper; - private: QPointer<DolphinTabPage> m_lastViewedTab; QPointer<DolphinNavigatorsWidgetAction> m_navigatorsWidget; |
