diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-25 17:59:07 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-25 17:59:07 +0200 |
| commit | 09e75d14e561ae58db0ca8fdb37921c40fa8d420 (patch) | |
| tree | 6657d15bdefae4f86d4a1665c0318e34cc843d72 /src | |
| parent | c5bbf7360c4fc60e691f5e42606e4510172698f2 (diff) | |
Fix comment for prefetch().
Diffstat (limited to 'src')
| -rw-r--r-- | src/modinfowithconflictinfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modinfowithconflictinfo.cpp b/src/modinfowithconflictinfo.cpp index 7181bef9..b0edf581 100644 --- a/src/modinfowithconflictinfo.cpp +++ b/src/modinfowithconflictinfo.cpp @@ -307,7 +307,8 @@ void ModInfoWithConflictInfo::diskContentModified() { } void ModInfoWithConflictInfo::prefetch() { - // Populating the tree to 1-depth: + // Populating the tree to 1-depth (IFileTree is lazy, so size() forces the + // tree to populate the first level): contentFileTree()->size(); } |
