┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/dolphinview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp
index b702f5b13..e81b3b121 100644
--- a/src/views/dolphinview.cpp
+++ b/src/views/dolphinview.cpp
@@ -2247,7 +2247,7 @@ void DolphinView::applyDynamicView()
for (const auto &file : itemList) {
++checkedItems;
- const QString type = file.mimetype().slice(0, 5);
+ const QString type = file.mimetype().sliced(0, 5);
if (type == "image" || type == "video") {
++imageAndVideoCount;