WebAPI: Add setComment endpoint

No UI implementation as of now.

Closes #19598.
PR #23031.
This commit is contained in:
HamletDuFromage
2025-08-04 11:52:54 +02:00
committed by GitHub
parent fef6ac515c
commit d7b330c069
10 changed files with 47 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ namespace BitTorrent
QDateTime creationDate() const override;
QString creator() const override;
QString comment() const override;
void setComment(const QString &comment) override;
bool isPrivate() const override;
qlonglong totalSize() const override;
qlonglong wantedSize() const override;