diff options
author | Sze Howe Koh <[email protected]> | 2023-08-29 09:50:58 +0800 |
---|---|---|
committer | Sze Howe Koh <[email protected]> | 2023-08-31 17:20:28 +0800 |
commit | 6afb1ec82bdca7a1ea3a7a5e12a3f143962860ea (patch) | |
tree | 69d35b2fe3508b016a2da80711a29f017fd79747 | |
parent | e041ba46f2f407a306746b6a1dbe7d48a40401b7 (diff) |
Doc: Fix unqualified access in FolderListModel example
Pick-to: 6.6 6.5 6.2
Change-Id: Iacbb8cc5f9d887cdd7f14f1d948e37e27e5c6083
Reviewed-by: Ulf Hermann <[email protected]>
-rw-r--r-- | src/labs/folderlistmodel/qquickfolderlistmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/labs/folderlistmodel/qquickfolderlistmodel.cpp b/src/labs/folderlistmodel/qquickfolderlistmodel.cpp index 793b95505f..af6fd3b2ef 100644 --- a/src/labs/folderlistmodel/qquickfolderlistmodel.cpp +++ b/src/labs/folderlistmodel/qquickfolderlistmodel.cpp @@ -284,6 +284,7 @@ QString QQuickFolderListModelPrivate::resolvePath(const QUrl &path) Component { id: fileDelegate + required property string fileName Text { text: fileName } } |