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

Method setGraceDaysRemaining

app/src/Licensing/CommercialToken.cpp:162–165  ·  view source on GitHub ↗

* @brief Sets the offline grace period remaining in days. */

Source from the content-addressed store, hash-verified

160 * @brief Sets the offline grace period remaining in days.
161 */
162void Licensing::CommercialToken::setGraceDaysRemaining(int days)
163{
164 m_graceDays = days;
165}
166
167/**
168 * @brief Sets the variant name from the license response.

Callers 3

installOfflineTokenFunction · 0.80
installTrialTokenFunction · 0.80
applyValidatedLicenseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected