summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-10-21 14:55:07 +0200
committerLaszlo Agocs <laszlo.agocs@digia.com>2014-10-22 07:43:12 +0200
commitf4144034aff244f1e1345a4b84baba9477855377 (patch)
treeb6a27b1d40f621df0742593cb8d260cfc616ef7a /src
parentbd4a19963e102f4a89fdc1f17349909605324519 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qnamespace.qdoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 044ba66a4c..bf558e48f6 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -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.