ref #28 Added comments to class fields.

This commit is contained in:
IgorekLoschinin 2021-04-17 10:34:13 +03:00
parent c456d1d62a
commit 08a843708e

View File

@ -23,7 +23,15 @@ class CopyrighFixer_EXPORT InfoOwner{
public:
InfoOwner();
/**
* @brief name - this is name of the owner.
*/
QString name;
/**
* @brief timeRange - this is a string value indicating the dates of ownership of the file.
*/
QString timeRange;
};