Doc: Analyze mode was merged to Debug mode

Remove a screen shot.

Change-Id: I37510534d64ab70fe7966cd2718e50acb9da669e
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2016-03-22 13:09:00 +01:00
parent e7d0559312
commit 059f4a03e1
6 changed files with 14 additions and 22 deletions

View File

@@ -195,12 +195,9 @@
\row
\li Switch to \uicontrol Projects mode
\li Ctrl+5
\row
\li Switch to \uicontrol Analyze mode
\li Ctrl+6
\row
\li Switch to \uicontrol Help mode
\li Ctrl+7
\li Ctrl+6
\row
\li Toggle \uicontrol{Issues} pane
\li Alt+1 (Cmd+1 on OS X)

View File

@@ -49,8 +49,7 @@
\li \uicontrol Design mode \key Ctrl+3
\li \uicontrol Debug mode \key Ctrl+4
\li \uicontrol Projects mode \key Ctrl+5
\li \uicontrol Analyze mode \key Ctrl+6
\li \uicontrol Help mode \key Ctrl+7
\li \uicontrol Help mode \key Ctrl+6
\endlist

View File

@@ -93,15 +93,13 @@
UI files.
\li \uicontrol{\l{Debugging}{Debug}} mode for inspecting the state of your
application while debugging.
application while debugging and for using code analysis tools
to detect memory leaks and profile C++ or QML code.
\li \uicontrol{\l{Specifying Build Settings}{Projects}} mode for configuring
project building and execution. This mode is available when a
project is open.
\li \uicontrol{\l{Analyzing Code}{Analyze}} mode for using code analysis tools
to detect memory leaks and profile C++ or QML code.
\li \uicontrol{\l{Getting Help}{Help}} mode for viewing Qt documentation.
\endlist
@@ -375,9 +373,6 @@
\list
\li \uicontrol Analyzer - Errors encountered while running the
\l{Analyzing Code}{Valgrind code analysis tools}.
\li \uicontrol {Build System} - Errors and warnings encountered during a
build.
@@ -387,6 +382,9 @@
\li \uicontrol{Debug Information} - Lists debug information packages that might
be missing.
\li \uicontrol Debugger - Errors encountered while running the
\l{Analyzing Code}{Valgrind code analysis tools}.
\li \uicontrol{Debugger Runtime} - Errors encountered when starting \QC. For
example, information about missing DLLs.