Exemplo n.º 1
0
void UserQueue::addDownload(QueueItemPtr& qi, Download* d) {
	qi->getDownloads().push_back(d);
}