Fix linting

This commit is contained in:
Nicolas Werner 2022-06-25 18:07:55 +02:00
parent 5772447874
commit c25aeac4ca
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 5 additions and 5 deletions

View File

@ -63,11 +63,11 @@ private:
QString registrationError_, hsError_, usernameError_; QString registrationError_, hsError_, usernameError_;
bool registering_ = false; bool registering_ = false;
bool supported_ = false; bool supported_ = false;
bool lookingUpHs_ = false; bool lookingUpHs_ = false;
bool lookingUpUsername_ = false; bool lookingUpUsername_ = false;
bool usernameAvailable_ = false; bool usernameAvailable_ = false;
bool usernameUnavailable_ = false; bool usernameUnavailable_ = false;
QString lastServer; QString lastServer;