* @brief Returns the total number of allowed device activations. */
| 107 | * @brief Returns the total number of allowed device activations. |
| 108 | */ |
| 109 | int Licensing::LemonSqueezy::seatLimit() const |
| 110 | { |
| 111 | return m_seatLimit; |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * @brief Returns the number of devices currently activated. |