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

Method setVariantName

app/src/Licensing/CommercialToken.cpp:170–173  ·  view source on GitHub ↗

* @brief Sets the variant name from the license response. */

Source from the content-addressed store, hash-verified

168 * @brief Sets the variant name from the license response.
169 */
170void Licensing::CommercialToken::setVariantName(const QString& name)
171{
172 m_variantName = name;
173}
174
175/**
176 * @brief Sets the machine instance name.

Callers 3

installOfflineTokenFunction · 0.80
installTrialTokenFunction · 0.80
applyValidatedLicenseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected