* @brief Returns true when Pro is active via an online license or an imported * offline certificate; the single "is Pro activated" check used app-wide. */
| 124 | * offline certificate; the single "is Pro activated" check used app-wide. |
| 125 | */ |
| 126 | bool Licensing::LemonSqueezy::isActivated() const |
| 127 | { |
| 128 | return m_activated || OfflineLicense::instance().isActivated(); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * @brief Returns true only for an online (LemonSqueezy) activation, ignoring offline. |
no outgoing calls
no test coverage detected