Add missing period to QHeaderView documentation.

Change-Id: Ibf3fdb4e1c149b2dbee7bf3043cec9d3e167381d
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
Mitch Curtis 2014-09-17 09:56:58 +02:00
parent 8eb3d724a9
commit f222d520cd

View File

@ -124,7 +124,7 @@ static const int maxSizeSection = 1048575; // since section size is in a bitfiel
A header can be fixed in place, or made movable with setSectionsMovable(). It can A header can be fixed in place, or made movable with setSectionsMovable(). It can
be made clickable with setSectionsClickable(), and has resizing behavior in be made clickable with setSectionsClickable(), and has resizing behavior in
accordance with setSectionResizeMode() accordance with setSectionResizeMode().
\note Double-clicking on a header to resize a section only applies for \note Double-clicking on a header to resize a section only applies for
visible rows. visible rows.