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