diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-12-14 17:46:58 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-12-14 17:46:58 +0100 |
| commit | a07d63d419469592b2600e668795cea2f9bee403 (patch) | |
| tree | bc941b43bd1f0dfcc37b1ee2700be2bfe3f94683 /src/dolphinviewcontainer.cpp | |
| parent | 895a7c941bb25cacf88efe588d7c239dabe3993b (diff) | |
port away from deprecated KFileItem(mode_t mode, mode_t permissions, const QUrl &url, bool delayedMimeTypes = false);
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index f64689d01..3954a12e6 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -479,7 +479,7 @@ void DolphinViewContainer::slotDirectoryLoadingCanceled() void DolphinViewContainer::slotUrlIsFileError(const QUrl& url) { - const KFileItem item(KFileItem::Unknown, KFileItem::Unknown, url); + const KFileItem item(url); // Find out if the file can be opened in the view (for example, this is the // case if the file is an archive). The mime type must be known for that. |
