mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Code optimization
This commit is contained in:
@@ -2375,7 +2375,7 @@ QHash<QString, TrackerInfos> QBtSession::getTrackersInfo(QString hash) const{
|
||||
}
|
||||
|
||||
int QBtSession::getListenPort() const{
|
||||
qDebug() << getListenPort() << s->listen_port();
|
||||
qDebug() << Q_FUNC_INFO << s->listen_port();
|
||||
return s->listen_port();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user