aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2022-08-04 11:29:41 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-09 18:26:02 +0000
commitbef4f586a0bbbeb5af4ce0b55c68a884122814d9 (patch)
tree380ac10537c1c543257c7878a81b498239ec66db
parent21b668e1c75f6d2af01aa8504f9ac20c3403e330 (diff)
doc: fix spelling error in qquicktreeview.cpp
Change-Id: I6eb1744f0abbecc9402a57f74cfd285eefe300f4 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit 825e0d673821972440a0abdb8b6db1e9050aa854) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick/items/qquicktreeview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquicktreeview.cpp b/src/quick/items/qquicktreeview.cpp
index 2e5c516529..78ac1d7716 100644
--- a/src/quick/items/qquicktreeview.cpp
+++ b/src/quick/items/qquicktreeview.cpp
@@ -72,7 +72,7 @@
Even if TreeViewDelegate is customizable, there might be situations
where you want to render the tree in a different way, or ensure that
- the delegate ends up as mininal as possible, e.g for performance reasons.
+ the delegate ends up as minimal as possible, perhaps for performance reasons.
Creating your own delegate from scratch is easy, since TreeView offers
a set of properties that can be used to position and render each node
in the tree correctly.