* @brief Returns the number of devices currently activated. */
| 115 | * @brief Returns the number of devices currently activated. |
| 116 | */ |
| 117 | int Licensing::LemonSqueezy::seatUsage() const |
| 118 | { |
| 119 | return m_seatUsage; |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * @brief Returns true when Pro is active via an online license or an imported |