]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/infosidebarpage.cpp
Use a quint64 (always 64 bits) instead of a unsigned long int (32 bits
[dolphin.git] / src / infosidebarpage.cpp
index d2652e0d100763c4566e7751d57116b707bee5a0..cb90fce3e741f4239e9bd0902b42304d5bc2fb3a 100644 (file)
@@ -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.