Merge doPaste and doPasteV2. Remove unused QPoint. Remove unused editMimeType.

This commit is contained in:
David Faure 2014-10-20 22:07:39 +02:00
parent 403f8e7133
commit 3653c8ad6b

View 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;