// The cursor is above the viewport. If files are selected,
// show information regarding the selection.
if (m_selection.size() > 0) {
+ m_pendingPreview = false;
m_timer->start(TimerDelay);
}
} else if (!item.url().isEmpty()) {
m_metaDataWidget->setFiles(urls);
}
- unsigned long int totalSize = 0;
+ quint64 totalSize = 0;
foreach (const KFileItem& item, m_selection) {
// Only count the size of files, not dirs to match what
// DolphinViewContainer::selectionStatusBarText() does.