mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Accept "share limits" when adding torrent using WebAPI
This commit is contained in:
parent
0bf36ad031
commit
e2c785b2d5
4 changed files with 48 additions and 19 deletions
|
@ -67,6 +67,8 @@ namespace Utils::String
|
|||
}
|
||||
|
||||
std::optional<bool> parseBool(const QString &string);
|
||||
std::optional<int> parseInt(const QString &string);
|
||||
std::optional<double> parseDouble(const QString &string);
|
||||
|
||||
QString join(const QVector<QStringRef> &strings, const QString &separator);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue