* @brief Checks whether a trial period is currently active. */
| 112 | * @brief Checks whether a trial period is currently active. |
| 113 | */ |
| 114 | bool Licensing::Trial::trialEnabled() const |
| 115 | { |
| 116 | return m_deviceRegistered && m_trialEnabled && trialAvailable() && daysRemaining() > 0; |
| 117 | } |
| 118 | |
| 119 | /** |
| 120 | * @brief Checks whether a trial period expired. |
no outgoing calls
no test coverage detected