mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Code optimization
This commit is contained in:
parent
d198451bb0
commit
79e595c195
2 changed files with 7 additions and 7 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue