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 } |