* @brief Returns the machine-specific encryption key. */
| 253 | * @brief Returns the machine-specific encryption key. |
| 254 | */ |
| 255 | quint64 Licensing::MachineID::machineSpecificKey() const noexcept |
| 256 | { |
| 257 | return m_machineSpecificKey; |
| 258 | } |
| 259 | |
| 260 | //-------------------------------------------------------------------------------------------------- |
| 261 | // Last-good raw id persistence |
no outgoing calls
no test coverage detected