mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
committed by
GitHub
parent
cecf2d28e6
commit
b8cd614775
@@ -455,6 +455,13 @@ Path Feed::iconPath() const
|
||||
return m_iconPath;
|
||||
}
|
||||
|
||||
void Feed::setURL(const QString &url)
|
||||
{
|
||||
const QString oldURL = m_url;
|
||||
m_url = url;
|
||||
emit urlChanged(oldURL);
|
||||
}
|
||||
|
||||
QJsonValue Feed::toJsonValue(const bool withData) const
|
||||
{
|
||||
QJsonObject jsonObj;
|
||||
|
||||
Reference in New Issue
Block a user