Skip to content

Commit

Permalink
Doc: do not break the values list by blank lines in qnamespace.qdoc
Browse files Browse the repository at this point in the history
There should be no blank lines in \value content, otherwise qdoc
ends the list and starts a new one.

Change-Id: Idddc7992317894487445aea36397136df40b9691
Reviewed-by: Martin Smith <[email protected]>
  • Loading branch information
mitya57 committed Jan 23, 2017
1 parent 4b1d825 commit 186a5af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/corelib/global/qnamespace.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,14 @@
\value AA_PluginApplication Indicates that Qt is used to author a plugin. Depending
on the operating system, it suppresses specific initializations that do not
necessarily make sense in the plugin case.

For example on OS X, this includes avoiding loading our nib for the main
menu and not taking possession of the native menu bar. Setting this
attribute to true will also set the AA_DontUseNativeMenuBar attribute
to true. It also disables native event filters.

This attribute has been added in Qt 5.7. It must be set before
\l {QGuiApplication}{Q(Gui)Application} is constructed.

\value AA_MacPluginApplication This attribute has been deprecated.
\value AA_MacPluginApplication This attribute has been deprecated.
Use AA_PluginApplication instead.

\value AA_DontUseNativeMenuBar All menubars created while this attribute is
Expand Down Expand Up @@ -166,7 +164,6 @@
\value AA_UseHighDpiPixmaps Make QIcon::pixmap() generate high-dpi pixmaps
that can be larger than the requested size. Such pixmaps will have
\l {QPixmap::devicePixelRatio}{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
\l {QPixmap::devicePixelRatio}{devicePixelRatio()} to get device-independent layout geometry.
Expand Down

0 comments on commit 186a5af

Please sign in to comment.