summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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.