Home
last modified time | relevance | path

Searched refs:moveDataFilesWithMapFinished (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/torrent/
H A Dtorrentcontrol.h281 void moveDataFilesWithMapFinished(KJob *j);
H A Dtorrentcontrol.cpp797 connect(j, &Job::result, this, &TorrentControl::moveDataFilesWithMapFinished); in moveTorrentFiles()
808 void TorrentControl::moveDataFilesWithMapFinished(KJob *j) in moveDataFilesWithMapFinished() function in bt::TorrentControl