]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Merge doPaste and doPasteV2. Remove unused QPoint. Remove unused editMimeType.
authorDavid Faure <faure@kde.org>
Mon, 20 Oct 2014 20:07:39 +0000 (22:07 +0200)
committerDavid Faure <faure@kde.org>
Mon, 20 Oct 2014 22:39:40 +0000 (00:39 +0200)
src/views/dolphinview.cpp

index 3e35be54ba76e095f5b8195467c8585cfc7783f9..0b3209aee7af48353647dfb0ee9671d6681ce2d6 100644 (file)
@@ -1646,7 +1646,7 @@ void DolphinView::applyModeToView()
 
 void DolphinView::pasteToUrl(const KUrl& url)
 {
-    KonqOperations* op = KonqOperations::doPasteV2(this, url);
+    KonqOperations* op = KonqOperations::doPaste(this, url);
     if (op) {
         m_clearSelectionBeforeSelectingNewItems = true;
         m_markFirstNewlySelectedItemAsCurrent = true;