Doc: Adjust documentation for AutoTest wizard

Change-Id: I2483c4270bbcce22182034f974ec4b053e515274
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Christian Stenger
2017-03-21 14:52:57 +01:00
parent e8a481744d
commit b82f26d3b8

View File

@@ -85,10 +85,9 @@
\endlist
\QC creates the test in the \c{tests\auto} directory in the project
directory. Edit the .cpp file to add private slots for each test
function in your test. For more information about creating Qt tests, see
\l{Creating a Test}.
\QC creates the test in the specified project directory. Edit the .cpp file
to add private slots for each test function in your test. For more information
about creating Qt tests, see \l{Creating a Test}.
\section2 Creating Google Tests
@@ -133,8 +132,7 @@
\endlist
\QC creates the test in the \c{tests\auto} directory in the project
directory.
\QC creates the test in the specified project directory.
\section1 Setting Up the Google C++ Testing Framework