mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Forgot implementation to previous fix.
This commit is contained in:
@@ -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);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user