diff options
| author | Peter Penz <[email protected]> | 2010-02-23 07:26:02 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-02-23 07:26:02 +0000 |
| commit | 0c71d25a6fa427a17f8e9e9849154631b48b96e6 (patch) | |
| tree | 5bb2cd5c0d04eae760fd41853411672195eb3b21 /src/dolphinmainwindow.h | |
| parent | a9702ad0cc47bcc3adeccba449d67d387209c97d (diff) | |
Allow to drop files above a tab. Thanks to Todd for the patch.
svn path=/trunk/KDE/kdebase/apps/; revision=1094746
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. */ |
