mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Cosmetic fixes to torrent creator
This commit is contained in:
@@ -113,7 +113,7 @@ void TorrentCreatorThread::run() {
|
||||
foreach (const QString &seed, url_seeds) {
|
||||
t.add_url_seed(seed.trimmed().toStdString());
|
||||
}
|
||||
qint32 tier = 0;
|
||||
int tier = 0;
|
||||
bool newline = false;
|
||||
foreach (const QString &tracker, trackers) {
|
||||
if (tracker.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user