src/partDownloader.cpp

changeset 969
b1742ee91d5b
parent 968
4b93b7963456
child 970
c8aae45afd85
equal deleted inserted replaced
968:4b93b7963456 969:b1742ee91d5b
580 // 580 //
581 void PartDownloadRequest::abort() 581 void PartDownloadRequest::abort()
582 { 582 {
583 networkReply()->abort(); 583 networkReply()->abort();
584 } 584 }
585
586 // =============================================================================
587 //
588 void MainWindow::slot_actionDownloadFrom()
589 {
590 PartDownloader::staticBegin();
591 }

mercurial