diff options
| author | Laurent Montel <[email protected]> | 2019-12-19 14:39:43 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2019-12-19 14:39:43 +0100 |
| commit | 377484aa00636b37af8e295eac1e83ca9fc5897e (patch) | |
| tree | e983c7a8cbc14105da15b29c685c86000e17ae3a /src/kitemviews/private/kfileitemclipboard.cpp | |
| parent | 49ab4e06b18a43cb4649bdc81f0d87d5abb7ea77 (diff) | |
GIT_SILENT: Port deprecated QSet::toList method
Diffstat (limited to 'src/kitemviews/private/kfileitemclipboard.cpp')
| -rw-r--r-- | src/kitemviews/private/kfileitemclipboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/private/kfileitemclipboard.cpp b/src/kitemviews/private/kfileitemclipboard.cpp index 2bc96a0fa..d6cc87e1d 100644 --- a/src/kitemviews/private/kfileitemclipboard.cpp +++ b/src/kitemviews/private/kfileitemclipboard.cpp @@ -46,7 +46,7 @@ bool KFileItemClipboard::isCut(const QUrl& url) const QList<QUrl> KFileItemClipboard::cutItems() const { - return m_cutItems.toList(); + return m_cutItems.values(); } KFileItemClipboard::~KFileItemClipboard() |
