diff options
| author | Laurent Montel <[email protected]> | 2019-12-06 13:31:43 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2019-12-06 13:31:43 +0100 |
| commit | 31dd81bb0c7cd77e65c095ec4b49ad95935946c6 (patch) | |
| tree | 8f0eaa8f704406aceb7b1fb2af902d205bf55262 /src/kitemviews/kfileitemmodel.cpp | |
| parent | 69838a1cdd6a10d9d6ca6572962c438a97d46b36 (diff) | |
Make it compile against last kf5 version without deprecated methods
Diffstat (limited to 'src/kitemviews/kfileitemmodel.cpp')
| -rw-r--r-- | src/kitemviews/kfileitemmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemmodel.cpp b/src/kitemviews/kfileitemmodel.cpp index 60983aa7b..ad996a59e 100644 --- a/src/kitemviews/kfileitemmodel.cpp +++ b/src/kitemviews/kfileitemmodel.cpp @@ -267,7 +267,7 @@ QMimeData* KFileItemModel::createMimeData(const KItemSet& indexes) const urls << item.url(); bool isLocal; - mostLocalUrls << item.mostLocalUrl(isLocal); + mostLocalUrls << item.mostLocalUrl(&isLocal); } } |
