From 0c71d25a6fa427a17f8e9e9849154631b48b96e6 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 23 Feb 2010 07:26:02 +0000 Subject: Allow to drop files above a tab. Thanks to Todd for the patch. svn path=/trunk/KDE/kdebase/apps/; revision=1094746 --- src/dolphinmainwindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index ca8daa948..6c2089fcf 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -429,6 +429,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. -- cgit v1.3