From f4144034aff244f1e1345a4b84baba9477855377 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 21 Oct 2014 14:55:07 +0200 Subject: 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 --- src/corelib/global/qnamespace.qdoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/corelib/global/qnamespace.qdoc') 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. -- cgit v1.2.3