* @brief Checks whether the user has ever started a trial. */
| 104 | * @brief Checks whether the user has ever started a trial. |
| 105 | */ |
| 106 | bool Licensing::Trial::firstRun() const |
| 107 | { |
| 108 | return !m_deviceRegistered && !m_trialEnabled && trialAvailable(); |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * @brief Checks whether a trial period is currently active. |