mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-05-08 07:29:45 +00:00
ref #28 Fixing InfoOwner on Owner in constructor class
This commit is contained in:
parent
0421e3b54a
commit
016d9ab349
@ -21,17 +21,12 @@ bool CopyrighFixer_EXPORT init();
|
||||
class CopyrighFixer_EXPORT Owner{
|
||||
|
||||
public:
|
||||
InfoOwner();
|
||||
|
||||
/**
|
||||
* @brief name - this is name of the owner.
|
||||
*/
|
||||
Owner();
|
||||
|
||||
private:
|
||||
|
||||
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