MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setInstanceName

Method setInstanceName

app/src/Licensing/CommercialToken.cpp:178–181  ·  view source on GitHub ↗

* @brief Sets the machine instance name. */

Source from the content-addressed store, hash-verified

176 * @brief Sets the machine instance name.
177 */
178void Licensing::CommercialToken::setInstanceName(const QString& name)
179{
180 m_instanceName = name;
181}
182
183/**
184 * @brief Computes and stores the HMAC, finalizing the token.

Callers 3

installOfflineTokenFunction · 0.80
installTrialTokenFunction · 0.80
applyValidatedLicenseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected