1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

- removed a useless sleep()

This commit is contained in:
Christophe Dumez 2007-03-09 17:24:32 +00:00
parent b63d1f8d11
commit 84fef00349

View File

@ -144,7 +144,6 @@ class downloadThread : public QThread {
qDebug("In Download thread RUN, mutex unlocked (no urls) -> stopping");
break;
}
SleeperThread::msleep(500);
}
}
};