mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-05-06 14:39:45 +00:00
ref #28 Added comments to class fields.
This commit is contained in:
parent
c456d1d62a
commit
08a843708e
@ -23,7 +23,15 @@ class CopyrighFixer_EXPORT InfoOwner{
|
|||||||
public:
|
public:
|
||||||
InfoOwner();
|
InfoOwner();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief name - this is name of the owner.
|
||||||
|
*/
|
||||||
QString name;
|
QString name;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief timeRange - this is a string value indicating the dates of ownership of the file.
|
||||||
|
*/
|
||||||
QString timeRange;
|
QString timeRange;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user