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

@@ -425,8 +425,3 @@ QString FileTreeItem::path() const
return item_path;
}
bool FileTreeItem::isComplete() const
{
return have_size_ == totalSize();
}