aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktreeview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquicktreeview.cpp')
-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.