Fix badly laid out docs for AA_UseHighDpiPixmaps

Leaving an empty line causes the last sentence go outside the table,
causing a break before the subsequent enum values.

Change-Id: I7477010a259497f8063997d2122a954d1799c1ee
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
bb10
Laszlo Agocs 2014-10-21 14:55:07 +02:00
parent bd4a19963e
commit f4144034af
1 changed files with 4 additions and 5 deletions

View File

@ -159,11 +159,10 @@
\value AA_UseHighDpiPixmaps Make QIcon::pixmap() generate high-dpi pixmaps
that can be larger than the requested size. Such pixmaps will have
devicePixelRatio set to a value higher than 1.
After setting this attribute application code that uses pixmap
sizes in layout geometry calculations should typically divide by
QPixmap::devicePixelRatio() to get device-independent layout geometry.
devicePixelRatio set to a value higher than 1. After setting this
attribute application code that uses pixmap sizes in layout geometry
calculations should typically divide by QPixmap::devicePixelRatio()
to get device-independent layout geometry.
\value AA_ForceRasterWidgets Make top-level widgets use pure raster surfaces,
and do not support non-native GL-based child widgets.