mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
committed by
sledgehammer999
parent
ba8641f1ac
commit
7e9ece2701
@@ -94,6 +94,7 @@ AbstractWebApplication::AbstractWebApplication(QObject *parent)
|
|||||||
connect(timer, SIGNAL(timeout()), SLOT(removeInactiveSessions()));
|
connect(timer, SIGNAL(timeout()), SLOT(removeInactiveSessions()));
|
||||||
timer->start(60 * 1000); // 1 min.
|
timer->start(60 * 1000); // 1 min.
|
||||||
|
|
||||||
|
reloadDomainList();
|
||||||
connect(Preferences::instance(), SIGNAL(changed()), this, SLOT(reloadDomainList()));
|
connect(Preferences::instance(), SIGNAL(changed()), this, SLOT(reloadDomainList()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user