From fceca422db04ae9d8cd9ca5e2e21a06697293937 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sat, 23 May 2020 22:21:38 +0200 Subject: Add comment about lazy-populating the QDirFileTree. --- src/qdirfiletree.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') 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 . /** - * 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. -- cgit v1.3.1