From ef68f84a6ecdd84ea4b49686a02984c768d9fa39 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 30 Aug 2009 20:49:34 +0000 Subject: Restore "open folders automatically when dragging items above it" (it had been temporary deactivated because of the column view refactoring). svn path=/trunk/KDE/kdebase/apps/; revision=1017531 --- src/dolphincolumnviewcontainer.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/dolphincolumnviewcontainer.h') diff --git a/src/dolphincolumnviewcontainer.h b/src/dolphincolumnviewcontainer.h index 72a65b4a9..626cd98a1 100644 --- a/src/dolphincolumnviewcontainer.h +++ b/src/dolphincolumnviewcontainer.h @@ -58,13 +58,6 @@ public: */ void showColumn(const KUrl& url); -signals: - /** - * Requests that the given column be deleted at the discretion - * of the receiver of the signal. - */ - void requestColumnDeletion(QAbstractItemView* column); - protected: virtual void mousePressEvent(QMouseEvent* event); virtual void keyPressEvent(QKeyEvent* event); @@ -132,6 +125,7 @@ private: QList m_columns; QFrame* m_emptyViewport; QTimeLine* m_animation; + QAbstractItemView* m_dragSource; friend class DolphinColumnView; }; -- cgit v1.3