* @brief Sets the machine instance name. */
| 176 | * @brief Sets the machine instance name. |
| 177 | */ |
| 178 | void Licensing::CommercialToken::setInstanceName(const QString& name) |
| 179 | { |
| 180 | m_instanceName = name; |
| 181 | } |
| 182 | |
| 183 | /** |
| 184 | * @brief Computes and stores the HMAC, finalizing the token. |
no outgoing calls
no test coverage detected