mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-05-05 14:09:48 +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:
|
||||
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;
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user