┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/infosidebarpage.cpp')
-rw-r--r--src/infosidebarpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp
index d5aebe8b2..3b7bd1680 100644
--- a/src/infosidebarpage.cpp
+++ b/src/infosidebarpage.cpp
@@ -194,6 +194,7 @@ void InfoSidebarPage::showItemInfo()
if (!file.isValid()) {
return;
}
+
const int itemCount = selectedItems.count();
if (itemCount > 1) {
KIconLoader iconLoader;
@@ -275,7 +276,6 @@ bool InfoSidebarPage::applyPlace(const KUrl& url)
void InfoSidebarPage::cancelRequest()
{
m_timer->stop();
- m_pendingPreview = false;
}
void InfoSidebarPage::showMetaInfo()