* @brief Returns true only for an online (LemonSqueezy) activation, ignoring offline. */
| 132 | * @brief Returns true only for an online (LemonSqueezy) activation, ignoring offline. |
| 133 | */ |
| 134 | bool Licensing::LemonSqueezy::isOnlineActivated() const noexcept |
| 135 | { |
| 136 | return m_activated; |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * @brief Checks if the stored license key is valid in format. |
no outgoing calls
no test coverage detected