diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-08-02 11:10:04 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-08-02 17:34:26 (GMT) |
commit | 0da444ac7bc72449a827c3c49f9333f58b2b0e10 (patch) | |
tree | 56d9be58f33b9f06596a4838aaf5b3a437e17fba /doc/src | |
parent | 585233f05acff400afa1c884ebe092b4eb9989f1 (diff) | |
download | Qt-0da444ac7bc72449a827c3c49f9333f58b2b0e10.zip Qt-0da444ac7bc72449a827c3c49f9333f58b2b0e10.tar.gz Qt-0da444ac7bc72449a827c3c49f9333f58b2b0e10.tar.bz2 |
Remove Nokia reference in Qt Test documentation
Task-number: QTBUG-29307
Change-Id: I00d7faa32058a74955f57296dad900f150dbbf6f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/development/qtestlib.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/development/qtestlib.qdoc b/doc/src/development/qtestlib.qdoc index 2a79198..53f743e 100644 --- a/doc/src/development/qtestlib.qdoc +++ b/doc/src/development/qtestlib.qdoc @@ -35,8 +35,8 @@ \keyword qtestlib - The QTestLib framework, provided by Nokia, is a tool for unit - testing Qt based applications and libraries. QTestLib provides + QTestLib is a framework for unit testing Qt based applications and libraries. + QTestLib provides all the functionality commonly found in unit testing frameworks as well as extensions for testing graphical user interfaces. |