We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This service verifies that your IP and country are allowed to use the application.
[[nodiscard]] bool is_my_ip_authorized() const noexcept;
Returns true if your public IP authorized by the application, false otherwise.
[[nodiscard]] QString my_country_ip() const noexcept;
Returns as a QString your country id (e.g. FR for France)