aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-06-28 10:08:45 +0200
committerEike Ziller <eike.ziller@qt.io>2022-06-28 08:32:22 +0000
commite46357a220285e6495f235732c729426a8b390d8 (patch)
tree261c22ed3ac6fa816abeddaba4d1d9a3809b02ef /tests
parent139e190d77647c8fe0d588f0ccd8ee097dc530a7 (diff)
Adapt to move of options to Edit > Preferences
Change-Id: I6881f658db9eec5059b434bce12093667535d5ac Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/coco/README.md2
-rw-r--r--tests/manual/debugger/simple/simple_test_app.cpp2
-rw-r--r--tests/manual/docker/README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/coco/README.md b/tests/manual/coco/README.md
index 8adbe3a37e..e795cacd8c 100644
--- a/tests/manual/coco/README.md
+++ b/tests/manual/coco/README.md
@@ -22,7 +22,7 @@ the .csexe for the coverage scan (/path/to/squish/tutorial/hello.csexe)
* Open a file that was part of the coverage scan (/path/to/squish/tutorial/tutorial.cpp)
* Verify that there are sensible annotations added to editor
* Close the document
-* Goto Tools > Options > TextEditor > Font & Colors and change some formats of
+* Goto Edit > Preferences > TextEditor > Font & Colors and change some formats of
* Code Coverage Added Code
* Partially Covered Code
* Uncovered Code
diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp
index 915f7c8c9f..d51854d539 100644
--- a/tests/manual/debugger/simple/simple_test_app.cpp
+++ b/tests/manual/debugger/simple/simple_test_app.cpp
@@ -58,7 +58,7 @@
// a test after a BREAK_HERE failed
// Default: 0
// Before using this, make sure that "Show a message box when receiving a signal"
-// is disabled in "Tools" -> "Options..." -> "Debugger" -> "GDB".
+// is disabled in "Edit" -> "Preferences..." -> "Debugger" -> "GDB".
#ifndef USE_AUTORUN
#define USE_AUTORUN 0
#endif
diff --git a/tests/manual/docker/README.md b/tests/manual/docker/README.md
index 078127fe60..f7eec1e4dd 100644
--- a/tests/manual/docker/README.md
+++ b/tests/manual/docker/README.md
@@ -35,7 +35,7 @@ For testing:
install similar docker images containing Qt, e.g. darkmattercoder/qt-build
-- Go to Tools -> Options -> Devices, 'Add', 'Apply' for both images.
+- Go to Edit -> Preferences -> Devices, 'Add', 'Apply' for both images.
Note that the Build container alone is sufficient also to run applications,
but using the Run container gives a more restricted setup closer to a
real world scenario.