Merge remote-tracking branch 'origin/release/20.04'

This commit is contained in:
Laurent Montel 2020-03-19 14:00:15 +01:00
commit 299e5f2859
2 changed files with 3 additions and 0 deletions

View file

@ -27,6 +27,7 @@
#include <KLocalizedString>
#include <KSeparator>
#include <KStringHandler>
#include <QPainterPath>
#include <QIcon>
#include <QTextDocument>

View file

@ -747,6 +747,8 @@ void DolphinView::duplicateSelectedItems()
KIO::FileUndoManager::self()->recordCopyJob(job);
}
}
forceUrlsSelection(newSelection.first(), newSelection);
}
void DolphinView::stopLoading()