]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphindetailsview.cpp
hide the ratings and tags column in the treeview sidebar
[dolphin.git] / src / dolphindetailsview.cpp
index defe93192fc6cc377405fd1253f3ea4368fcbb95..86a724da1e034dd69ef55f6e387fda9e25530000 100644 (file)
@@ -241,6 +241,7 @@ void DolphinDetailsView::dropEvent(QDropEvent* event)
     if (!urls.isEmpty()) {
         event->acceptProposedAction();
         m_controller->indicateDroppedUrls(urls,
+                                          m_controller->url(),
                                           indexAt(event->pos()),
                                           event->source());
     }