mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
@@ -91,3 +91,8 @@ void APIController::setResult(const QJsonObject &result)
|
||||
{
|
||||
m_result = QJsonDocument(result);
|
||||
}
|
||||
|
||||
void APIController::setResult(const QByteArray &result)
|
||||
{
|
||||
m_result = result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user