diff options
| author | David Faure <[email protected]> | 2014-11-02 15:20:41 +0100 |
|---|---|---|
| committer | David Faure <[email protected]> | 2014-11-02 15:20:41 +0100 |
| commit | 8b306b67bfcfec3bb042e4fcd6c89f2daa25cc08 (patch) | |
| tree | 40a6b1acfb629c01e6afd2d2f0b7ee0462d2198d /src/views/dolphinview.h | |
| parent | e256daa5693ba271a62959372f3e89cc93da9487 (diff) | |
Port from KonqOperations::doPaste to new job KIO::paste
Remove KonqOperations::doPaste.
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 17add7420..2f7b63dd5 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -572,6 +572,11 @@ private slots: /* * Is called when new items get pasted or dropped. */ + void slotItemCreated(const QUrl &url); + /* + * Is called after all pasted or dropped items have been copied to destination. + */ + void slotPasteJobResult(KJob *job); void slotAboutToCreate(const QList<QUrl> &urls); /** |
