mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Randomize the listening port only on startup.
This commit is contained in:
@@ -63,6 +63,7 @@ private:
|
||||
explicit Preferences();
|
||||
static Preferences* m_instance;
|
||||
QHash<QString, QVariant> m_data;
|
||||
int m_randomPort;
|
||||
bool dirty;
|
||||
QTimer timer;
|
||||
mutable QReadWriteLock lock;
|
||||
|
||||
Reference in New Issue
Block a user