mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
Refactor code for reporting listen failure/success.
This commit is contained in:
@@ -224,7 +224,6 @@ signals:
|
||||
void alternativeSpeedsModeChanged(bool alternative);
|
||||
void recursiveTorrentDownloadPossible(const QTorrentHandle &h);
|
||||
void ipFilterParsed(bool error, int ruleCount);
|
||||
void listenSucceeded();
|
||||
|
||||
private:
|
||||
// Bittorrent
|
||||
@@ -258,7 +257,6 @@ private:
|
||||
bool m_torrentExportEnabled;
|
||||
bool m_finishedTorrentExportEnabled;
|
||||
bool appendqBExtension;
|
||||
bool m_randomPortEnabled;
|
||||
QString defaultSavePath;
|
||||
QString defaultTempPath;
|
||||
// IP filtering
|
||||
|
||||
Reference in New Issue
Block a user