1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-05 03:14:44 +00:00

Another compilation fix

This commit is contained in:
Christophe Dumez 2010-11-22 22:00:13 +00:00
parent 8a5dc1f239
commit 661e2cb6fc

View File

@ -39,6 +39,8 @@
#include <QRegExp>
#include <QTimer>
using namespace libtorrent;
const int BAN_TIME = 3600000; // 1 hour
class UnbanTimer: public QTimer {