src/partdownloadrequest.cpp

changeset 1135
8e0691be0b6f
parent 1072
9ce9496427f2
child 1156
c20ee66b6705
equal deleted inserted replaced
1134:daa9808d626e 1135:8e0691be0b6f
238 } 238 }
239 239
240 prompt()->checkIfFinished(); 240 prompt()->checkIfFinished();
241 } 241 }
242 242
243 void PartDownloadRequest::updateDownloadProgress (int64 recv, int64 total) 243 void PartDownloadRequest::updateDownloadProgress (qint64 recv, qint64 total)
244 { 244 {
245 m_numBytesRead = recv; 245 m_numBytesRead = recv;
246 m_numBytesTotal = total; 246 m_numBytesTotal = total;
247 m_state = State::Downloading; 247 m_state = State::Downloading;
248 updateToTable(); 248 updateToTable();

mercurial