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:03 +0000
commita22236bb1b53f485f242fe69724757fa1c23fe02 (patch)
treea7634a7d0f7ba2f6c381ae9e8b351b238ef4bc17
parent6691812cd4238f07e924b6abac8aafccaf64a5c6 (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 ba1438dde1..9b3dbad2fe 100644
--- a/src/quick/items/qquicktreeview.cpp
+++ b/src/quick/items/qquicktreeview.cpp
@@ -36,7 +36,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.