X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/5ab90e19e78faebaca3bbffb83f3379ccdfc37f0..8a891082f498580a4e460d6a8a85fab0c99d30fe:/src/infosidebarpage.cpp diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index d2652e0d1..cb90fce3e 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -347,7 +347,7 @@ void InfoSidebarPage::showMetaInfo() 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.