From 459e8dfdfb8ac164383c14332b2b0919f59f8b3c Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 10 Sep 2020 12:17:40 +0200 Subject: [PATCH] Document that this method got added in 6.0 Change-Id: I6a7f35f81b9df83f911781516ec7e0ed82e09303 Reviewed-by: Timur Pocheptsov Reviewed-by: Volker Hilsheimer --- src/corelib/io/qfileinfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/io/qfileinfo.cpp b/src/corelib/io/qfileinfo.cpp index 7ed840052e..3e6032785f 100644 --- a/src/corelib/io/qfileinfo.cpp +++ b/src/corelib/io/qfileinfo.cpp @@ -1512,6 +1512,7 @@ void QFileInfo::setCaching(bool enable) /*! Reads all attributes from the file system. + \since 6.0 This is useful when information about the file system is collected in a worker thread, and then passed to the UI in the form of caching QFileInfo