mirror of
https://github.com/transmission/transmission.git
synced 2026-04-18 07:56:33 +01:00
refactor: tr_compare_3way() (#5799)
This commit is contained in:
@@ -82,8 +82,12 @@ public:
|
||||
return total_size_;
|
||||
}
|
||||
|
||||
[[nodiscard]] constexpr auto isComplete() const noexcept
|
||||
{
|
||||
return have_size_ == totalSize();
|
||||
}
|
||||
|
||||
QString path() const;
|
||||
bool isComplete() const;
|
||||
int priority() const;
|
||||
int isSubtreeWanted() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user