mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Accept "share limits" when adding torrent using WebAPI
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user