Cosmetic fixes to torrent creator

This commit is contained in:
Nick Tiskov
2013-03-10 20:58:23 +04:00
parent 964b321458
commit a8f29e51c5
2 changed files with 2 additions and 2 deletions

View File

@@ -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()) {