filemanager/src/filemanager/src/components/fmdrivedetailstype.cpp
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 18 edd66bde63a4
child 25 b7bfdea70ca2
child 37 15bc28c9dd51
equal deleted inserted replaced
14:1957042d8c7e 16:ada7962b4308
   177                                     volatile bool *isStopped, bool isSysHiddenIncluded )
   177                                     volatile bool *isStopped, bool isSysHiddenIncluded )
   178 {
   178 {
   179     numofFolders = 0;
   179     numofFolders = 0;
   180     numofFiles = 0;
   180     numofFiles = 0;
   181     totalSize = 0;
   181     totalSize = 0;
   182     totalSize = 0;
       
   183 
   182 
   184     int tempNumofFolders = 0;
   183     int tempNumofFolders = 0;
   185     int tempNumofFiles = 0;
   184     int tempNumofFiles = 0;
   186     quint64 tempSize = 0;
   185     quint64 tempSize = 0;
   187 
   186