Fixed typo 'collasping' in QTreeView documentation

Change-Id: Ib49c3500c4b3a40a7eaf17404cecc2c38de90530
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
This commit is contained in:
Thorbjørn Lindeijer 2012-12-28 11:09:02 +01:00 committed by The Qt Project
parent 3262ba8de6
commit 1d09c5623b

View File

@ -876,7 +876,7 @@ bool QTreeView::isSortingEnabled() const
\brief whether animations are enabled
If this property is true the treeview will animate expandsion
and collasping of branches. If this property is false, the treeview
and collapsing of branches. If this property is false, the treeview
will expand or collapse branches immediately without showing
the animation.