mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
- Removed some debug
This commit is contained in:
parent
d9cb73634d
commit
36748b6729
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ protected:
|
||||||
void run() {
|
void run() {
|
||||||
boost::asio::ip::tcp::resolver::iterator it = resolver.resolve(ip);
|
boost::asio::ip::tcp::resolver::iterator it = resolver.resolve(ip);
|
||||||
if(stopped) return;
|
if(stopped) return;
|
||||||
qDebug("IP was resolved");
|
|
||||||
boost::asio::ip::tcp::endpoint endpoint = *it;
|
boost::asio::ip::tcp::endpoint endpoint = *it;
|
||||||
emit ip_resolved(misc::toQString(endpoint.address().to_string()), misc::toQString((*it).host_name()));
|
emit ip_resolved(misc::toQString(endpoint.address().to_string()), misc::toQString((*it).host_name()));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue