refactor: tr_compare_3way() (#5799)

This commit is contained in:
Charles Kerr
2023-07-15 21:55:44 -05:00
committed by GitHub
parent 273f943a3b
commit ea9fd64830
9 changed files with 57 additions and 138 deletions

View File

@@ -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;