aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/debugger/creator-only
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-12-08 19:01:53 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-12-09 08:01:40 +0000
commit48fafae034bb571fb9445061fa62b1b7050eedd3 (patch)
tree5bfac06ddc59e854f4e7326034f379a9256c5a77 /doc/qtcreator/src/debugger/creator-only
parent5453c539b50cfbea817a0b3979b86731bd6c394f (diff)
Doc: Move all icon images to images/icons and fix references to them
As a first step to making the images visible in both dark and light online doc modes. Task-number: QTCREATORBUG-26644 Change-Id: If7da7fec69d1114201d2832b4228b4dba0f090f0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'doc/qtcreator/src/debugger/creator-only')
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc2
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc
index 7efb6bd0e6..3eaa76533d 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc
@@ -107,7 +107,7 @@
If you compile and run the above code, however, the application does not
work correctly due to a logic error. To locate this logic error, step
through the code using the following buttons:
- \inlineimage qtcreator-debug-button-stop.png
+ \inlineimage icons/qtcreator-debug-button-stop.png
(\uicontrol {Stop Debugger}), \inlineimage debugger_stepover_small.png
(\uicontrol {Step Over}), \inlineimage debugger_stepinto_small.png
(\uicontrol {Step Into}), and \inlineimage debugger_stepout_small.png
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
index 29f0e534af..ce52c8697d 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
@@ -53,7 +53,7 @@
\li \l{Launching the Debugger}
To start an application from an open project under the control
- of a debugger, select the \inlineimage qtcreator-debug-button.png
+ of a debugger, select the \inlineimage icons/qtcreator-debug-button.png
(\uicontrol {Start Debugging of Startup Project}) button or press
\key F5. Other, less common start options are available in the
\uicontrol Debug > \uicontrol {Start Debugging} menu.
@@ -104,7 +104,7 @@
\title Launching the Debugger
To start an application from an open project under the control of a
- debugger, select the \inlineimage qtcreator-debug-button.png
+ debugger, select the \inlineimage icons/qtcreator-debug-button.png
(\uicontrol {Start Debugging of Startup Project}) button or press \key F5.
\QC checks whether the compiled program is up-to-date, and rebuilds and