mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Forgot implementation to previous fix.
This commit is contained in:
parent
d955e40531
commit
cc85806316
1 changed files with 5 additions and 0 deletions
|
@ -90,3 +90,8 @@ QVector<Log::Peer> Logger::getPeers(int lastKnownId) const
|
||||||
|
|
||||||
return m_peers.mid(size - diff);
|
return m_peers.mid(size - diff);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void LogMsg(const QString &message, const Log::MsgType &type)
|
||||||
|
{
|
||||||
|
Logger::instance()->addMessage(message, type);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue