Пример #1
0
void UserQueue::addDownload(QueueItemPtr& qi, Download* d) noexcept {
	qi->addDownload(d);
}