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