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

@ -124,7 +124,7 @@
</sizepolicy>
</property>
<property name="toolTip">
<string comment="Tracker tier is a list of trackers, consisting of a main tracker and it's mirrors">You can separate tracker tiers with newlines</string>
<string comment="A tracker tier is a group of trackers, consisting of a main tracker and its mirrors.">You can separate tracker tiers / groups with an empty line.</string>
</property>
<property name="acceptRichText">
<bool>false</bool>

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