diff options
| author | Peter Penz <[email protected]> | 2009-08-30 20:49:34 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-08-30 20:49:34 +0000 |
| commit | ef68f84a6ecdd84ea4b49686a02984c768d9fa39 (patch) | |
| tree | d3432deb6d3afcd7fd29899a9914f1bae447d598 /src/dolphincolumnviewcontainer.h | |
| parent | a2a99926359cb58519b7814bba662f2afa4eee5d (diff) | |
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
Diffstat (limited to 'src/dolphincolumnviewcontainer.h')
| -rw-r--r-- | src/dolphincolumnviewcontainer.h | 8 |
1 files changed, 1 insertions, 7 deletions
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<DolphinColumnView*> m_columns; QFrame* m_emptyViewport; QTimeLine* m_animation; + QAbstractItemView* m_dragSource; friend class DolphinColumnView; }; |
