┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabbar.h
diff options
context:
space:
mode:
authorJin Liu <[email protected]>2024-02-17 11:14:46 +0000
committerJin Liu <[email protected]>2024-02-17 11:14:46 +0000
commitc9c3531c0b6da07de8f90761a3d799ace62f8e89 (patch)
treee03fa5263d491c31cabf3cad429adf2297f768d2 /src/dolphintabbar.h
parentcda139ccab2c78ac71a9f2aad286cbe1ace46734 (diff)
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
Diffstat (limited to 'src/dolphintabbar.h')
-rw-r--r--src/dolphintabbar.h1
1 files changed, 1 insertions, 0 deletions
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);