From 00afeea5f5cf59969a316b8bf7c219d12c3300f3 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 12 Aug 2008 19:22:38 +0000 Subject: Activate the tab when an item is dragged above an inactive tab. Thanks to Dmitry Khlystov for the patch! BUG: 164312 svn path=/trunk/KDE/kdebase/apps/; revision=846009 --- 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 1676afb7e..f97193cd4 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -341,6 +341,12 @@ private slots: * view is replaced by \a url. */ void handlePlacesClick(const KUrl& url, Qt::MouseButtons buttons); + + /** + * Is connected to the KTabBar signal testCanDecode() and adjusts + * the output parameter \a accept. + */ + void slotTestCanDecode(const QDragMoveEvent* event, bool& accept); private: DolphinMainWindow(int id); -- cgit v1.3