This commit is contained in:
2024-04-15 09:32:46 +02:00
parent e4b7cb5fb7
commit 63d8178b4b

View File

@@ -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