diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index ca8daa948..6c2089fcf 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -430,6 +430,12 @@ private slots: void slotCaptionStatFinished(KJob* job); /** + * Is connected to the KTabBar signal receivedDropEvent. + * Allows dragging and dropping files onto tabs. + */ + void tabDropEvent(int tab, QDropEvent* event); + + /** * Is invoked when the write state of a folder has been changed and * enables/disables the "Create New..." menu entry. */ |
