4
0
mirror of https://github.com/QuasarApp/CopyrightFixer.git synced 2025-05-08 07:29:45 +00:00

ref Fixing InfoOwner on Owner in constructor class

This commit is contained in:
IgorekLoschinin 2021-04-17 14:11:07 +03:00
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;
};