* @brief Checks if the stored license key is valid in format. */
| 140 | * @brief Checks if the stored license key is valid in format. |
| 141 | */ |
| 142 | bool Licensing::LemonSqueezy::canActivate() const |
| 143 | { |
| 144 | return m_license.length() == 36; |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * @brief Returns the application name. |
no test coverage detected