upravy
This commit is contained in:
@@ -26,8 +26,8 @@ struct InitStructure
|
||||
/// @brief struktura pro informaci o licenci
|
||||
struct LicenceInfo
|
||||
{
|
||||
string licenceFileName = "";
|
||||
string licenceFilePath = "";
|
||||
string licenceFileName = ""; //samotný název licenčního souboru
|
||||
string licenceFilePath = ""; //název licenčního souboru včetně cesty
|
||||
};
|
||||
|
||||
class LicenceReader
|
||||
|
||||
Reference in New Issue
Block a user