Reworded CSVProgress brief.

This commit is contained in:
Bernardo Sulzbach
2015-05-20 14:03:59 -03:00
parent abc432fcd6
commit 8153df8cb8

View File

@@ -10,8 +10,7 @@ class QTextStream;
/*!
* \brief The CSVProgress class
*
* This is an abstract class you can provide overriden provde
* to the CSVParser to get progress updates.
* This is an abstract class, an implementation of which you can pass to the CSVParser to get progress updates.
*/
class CSVProgress
{