Skip to content
Snippets Groups Projects
Commit a7ef9398 authored by hjk's avatar hjk Committed by con
Browse files

fix some documentation glitches

(cherry picked from commit 72db7df3)
parent 28031aec
No related branches found
No related tags found
No related merge requests found
...@@ -1095,8 +1095,9 @@ ...@@ -1095,8 +1095,9 @@
watchers, registers, etc, Qt Creator comes with additional features to make watchers, registers, etc, Qt Creator comes with additional features to make
debugging Qt-based applications easy. The debugger frontend knows about the debugging Qt-based applications easy. The debugger frontend knows about the
internal layout of several Qt classes such as QString, the QTL containers, internal layout of several Qt classes such as QString, the QTL containers,
and most importantly QObject (and classes derived from it). Therefore, it and most importantly QObject (and classes derived from it), as well as
is able to present Qt's data clearly. most containers of the C++ Standard Library, and is therefore able to
present their contents in a useful way.
\section1 Debugger Engine Installation Notes \section1 Debugger Engine Installation Notes
...@@ -1291,8 +1292,8 @@ ...@@ -1291,8 +1292,8 @@
The \gui{Locals and Watchers} view also provides access to the most The \gui{Locals and Watchers} view also provides access to the most
powerful feature of the debugger: comprehensive display of data belonging powerful feature of the debugger: comprehensive display of data belonging
to Qt's basic objects. To enable this feature, select \gui{Use Custom to Qt's basic objects. To enable this feature, select \gui{Use
Display for Qt Objects} from the \gui Debug menu.The debugging helper} from the \gui Debug menu.The
\gui{Locals and Watchers} view will be re-organized to provide a high-level \gui{Locals and Watchers} view will be re-organized to provide a high-level
view of the objects. For example, in case of QObject, instead of displaying view of the objects. For example, in case of QObject, instead of displaying
a pointer to some private data structure, you will see a list of children, a pointer to some private data structure, you will see a list of children,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment