diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-23 22:21:38 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-23 22:21:38 +0200 |
| commit | fceca422db04ae9d8cd9ca5e2e21a06697293937 (patch) | |
| tree | b0aae673913a20e9eb03f7d373debfee97d41939 /src | |
| parent | 5f794fec2ce2c297a6641a2db1e1152370adf636 (diff) | |
Add comment about lazy-populating the QDirFileTree.
Diffstat (limited to 'src')
| -rw-r--r-- | src/qdirfiletree.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qdirfiletree.h b/src/qdirfiletree.h index 1f85b04f..219a3a6f 100644 --- a/src/qdirfiletree.h +++ b/src/qdirfiletree.h @@ -26,7 +26,10 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. /** - * Class that expose a directory on the drive, using QDir, as a `MOBase::IFileTree`. + * @brief Class that expose a directory on the drive, using QDir, as a `MOBase::IFileTree`. + * + * The tree is lazily populated: each subtree is only populated (from the disk) when needed, + * as specified by IFileTree. * * This class does not expose mutable operations, so any mutable operations will * fail. |
