1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00

- Added comment for sharemonkey campaign id

This commit is contained in:
Christophe Dumez 2007-12-07 22:56:36 +00:00
parent 1832d518d6
commit dab617458a

View File

@ -427,7 +427,7 @@ void GUI::goBuyPage() const {
QStringList pathsList;
foreach(hash, hashes) {
QTorrentHandle h = BTSession->getTorrentHandle(hash);
QDesktopServices::openUrl("http://match.sharemonkey.com/?info_hash="+hash+"&fileName="+h.name());
QDesktopServices::openUrl("http://match.sharemonkey.com/?info_hash="+hash+"&fileName="+h.name()/*+"&cid="+OUR_CAMPAIGN_ID*/);
}
}