summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-08-14 11:25:41 +0200
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-09-07 13:30:15 +0000
commit7dbea56b9c1ca41fb0408689a73f61a4c59ff962 (patch)
tree8829ad9f67c9d035943af620cc261de6ff55db1f
parentc39604eb1e9753a1723eba1349670ed1cedba660 (diff)
downloadqt-creator-7dbea56b9c1ca41fb0408689a73f61a4c59ff962.tar.gz
Doc: fix section name in the sidebar in online docs
"Debugging and Analyzing" is now "Testing", because autotests are also described in this section. Change-Id: Ied1de78d630e4e7faa39d343475b5e493b5e89c7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/config/style/qt5-sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config/style/qt5-sidebar.html b/doc/config/style/qt5-sidebar.html
index 531262ab5b..0069cb9709 100644
--- a/doc/config/style/qt5-sidebar.html
+++ b/doc/config/style/qt5-sidebar.html
@@ -10,7 +10,7 @@
<li><a href="creator-design-mode.html">Designing User Interfaces</a></li>
<li><a href="creator-coding.html">Coding</a></li>
<li><a href="creator-building-running.html">Building and Running</a></li>
- <li><a href="creator-testing.html">Debugging and Analyzing</a></li>
+ <li><a href="creator-testing.html">Testing</a></li>
<li><a href="creator-advanced.html">Advanced Use</a></li>
<li><a href="creator-help-overview.html">Getting Help</a></li>
</ul>