diff options
| author | Peter Penz <[email protected]> | 2011-01-09 12:28:43 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-01-09 12:28:43 +0000 |
| commit | 58ea012256a752fb803a462c0ff025a4de4b5dbf (patch) | |
| tree | 544ad0252654aa81e61ae414692750d4f4e74a08 /src/views/dolphincolumnview.cpp | |
| parent | b3acdc75c4b8aa4519586ebf7652c2fb51e9b801 (diff) | |
Internal simplification: It is not necessary to keep the ViewModeController as member for the view-modes, as the URL is alredy known by the DolphinViewController.
svn path=/trunk/KDE/kdebase/apps/; revision=1213172
Diffstat (limited to 'src/views/dolphincolumnview.cpp')
| -rw-r--r-- | src/views/dolphincolumnview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphincolumnview.cpp b/src/views/dolphincolumnview.cpp index 41d281bac..52d86f121 100644 --- a/src/views/dolphincolumnview.cpp +++ b/src/views/dolphincolumnview.cpp @@ -300,7 +300,7 @@ void DolphinColumnView::dropEvent(QDropEvent* event) m_container->m_dolphinViewController->setItemView(this); const QModelIndex dolphinModelIndex = m_proxyModel->mapToSource(index); const KFileItem item = m_dolphinModel->itemForIndex(dolphinModelIndex); - m_container->m_dolphinViewController->indicateDroppedUrls(item, url(), event); + m_container->m_dolphinViewController->indicateDroppedUrls(item, event); DolphinTreeView::dropEvent(event); } |
