* @brief Sets the feature tier for this token. */
| 152 | * @brief Sets the feature tier for this token. |
| 153 | */ |
| 154 | void Licensing::CommercialToken::setFeatureTier(FeatureTier tier) |
| 155 | { |
| 156 | m_tier = tier; |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * @brief Sets the offline grace period remaining in days. |
no outgoing calls
no test coverage detected