From c9c3531c0b6da07de8f90761a3d799ace62f8e89 Mon Sep 17 00:00:00 2001 From: Jin Liu Date: Sat, 17 Feb 2024 11:14:46 +0000 Subject: Improve DnD handling in read-only dirs 1. Places panel and tabbar update drag status in read-only dir 2. Don't create drop job in readonly directories --- src/dolphintabbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphintabbar.h') diff --git a/src/dolphintabbar.h b/src/dolphintabbar.h index 1177cda93..4a59199be 100644 --- a/src/dolphintabbar.h +++ b/src/dolphintabbar.h @@ -18,6 +18,7 @@ public: Q_SIGNALS: void openNewActivatedTab(int index); + void tabDragMoveEvent(int index, QDragMoveEvent *event); void tabDropEvent(int index, QDropEvent *event); void tabDetachRequested(int index); -- cgit v1.3