diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-03-27 18:07:24 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-03-27 18:07:24 +0000 |
| commit | 686e4865001cb14c36e8e3e81fc7c57786ff0542 (patch) | |
| tree | ab5132380a2bb467f4fa2b73a70c8624155f969d | |
| parent | 1858c0b90eeee745b3d8f1e2c52d4614c4307ddc (diff) | |
| download | cppunit-686e4865001cb14c36e8e3e81fc7c57786ff0542.tar.gz | |
include/cppunitui/qt/TestRunner.h: doc update.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | include/cppunitui/qt/TestRunner.h | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -9,6 +9,8 @@ * include/cppunit/SynchronizedObject.h: * include/cppunit/extensions/TestCaller.h: doc update. + * include/cppunitui/qt/TestRunner.h: doc update. + 2002-03-27 Baptiste Lepilleur <gaiacrtn@free.fr> * makefile.am: added src/CppUnitLibraries.dsw, new contribution, and diff --git a/include/cppunitui/qt/TestRunner.h b/include/cppunitui/qt/TestRunner.h index 4051339..a2d202f 100644 --- a/include/cppunitui/qt/TestRunner.h +++ b/include/cppunitui/qt/TestRunner.h @@ -17,8 +17,8 @@ namespace CppUnit namespace QtUi { -/*! \class TestRunner - * \brief This class represents a test runner. +/*! + * \brief Qt Test Runner. */ class QTTESTRUNNER_API TestRunner { |
