summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-10-15 10:45:45 +0200
committerUlf Hermann <ulf.hermann@digia.com>2014-10-16 17:31:25 +0200
commitb9ec8bb260e47788057d9c5c997fc9e1cc2642c9 (patch)
treec5f49f9427414b825254011452faa5854e9b5ba2 /doc
parentef563d8085752708d9b623ab50bc42cdd69a3262 (diff)
downloadqt-creator-b9ec8bb260e47788057d9c5c997fc9e1cc2642c9.tar.gz
Doc: Avoid paragraphs in tables
This looks bad in html Change-Id: I285630403504f1105469f8b1ec55ad95278774d0 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/analyze/qtquick-profiler.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/analyze/qtquick-profiler.qdoc b/doc/src/analyze/qtquick-profiler.qdoc
index accb949c41..bd36b1f6b9 100644
--- a/doc/src/analyze/qtquick-profiler.qdoc
+++ b/doc/src/analyze/qtquick-profiler.qdoc
@@ -183,7 +183,6 @@
surpassing a certain size, the memory manager will allocate those
separately. Those two modes of operation are shown as events of
different colors.
-
The second row displays the actual usage of the allocated memory.
This is the amount of JavaScript heap the application has actually
requested.
@@ -202,7 +201,6 @@
\li \gui Animations
\li Displays the amount of animations that are active and the frame
rate that they are running at.
-
Information about render thread animations is displayed for
applications that are built with Qt 5.3 or later. Render thread
animations are shown in a separate row then.
@@ -225,7 +223,6 @@
elements. The second stage represents the completion callbacks. Not
all elements trigger completion callbacks, though. The stages are
shown as separate events in the timeline.
-
For Qt Quick 2 applications compiled with versions of Qt before
5.2.1 only the creation of top-level elements is shown, as single
events.