summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-08-02 13:10:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-02 19:34:26 +0200
commit0da444ac7bc72449a827c3c49f9333f58b2b0e10 (patch)
tree56d9be58f33b9f06596a4838aaf5b3a437e17fba /doc
parent585233f05acff400afa1c884ebe092b4eb9989f1 (diff)
downloadqt4-tools-0da444ac7bc72449a827c3c49f9333f58b2b0e10.tar.gz
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')
-rw-r--r--doc/src/development/qtestlib.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/development/qtestlib.qdoc b/doc/src/development/qtestlib.qdoc
index 2a79198bc2..53f743eabd 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.