Doc: fix the datatype returned by Qt::TextAlignmentRole

It's supposed to be a full alignment (like Top | Right), not
just one flag.

Change-Id: I656adda83742d7e4f31955322e937e979b32747c
Reviewed-by: David Faure <david.faure@kdab.com>
bb10
Giuseppe D'Angelo 2017-01-11 13:19:14 +00:00
parent 3ffc471385
commit d9cb064425
1 changed files with 1 additions and 1 deletions

View File

@ -2651,7 +2651,7 @@
\value FontRole The font used for items rendered with the default
delegate. (QFont)
\value TextAlignmentRole The alignment of the text for items rendered with the
default delegate. (Qt::AlignmentFlag)
default delegate. (Qt::Alignment)
\value BackgroundRole The background brush used for items rendered with
the default delegate. (QBrush)
\value BackgroundColorRole This role is obsolete. Use BackgroundRole instead.