ref #29 Added main class - Worker.

This commit is contained in:
IgorekLoschinin 2021-04-24 11:56:49 +03:00
parent a53c88539e
commit 85d25c811b

View File

@ -14,7 +14,7 @@
namespace CopyrighFixer {
/**
* @brief The Worker class that will be control all work process.
* @brief The Worker class will be control all work process.
*/
class CopyrighFixer_EXPORT Worker {
public: