示例#1
0
void UserQueue::removeDownload(QueueItemPtr& qi, const string& aToken) noexcept {
	qi->removeDownload(aToken);
}