Fix linting
This commit is contained in:
parent
5772447874
commit
c25aeac4ca
@ -63,11 +63,11 @@ private:
|
||||
|
||||
QString registrationError_, hsError_, usernameError_;
|
||||
|
||||
bool registering_ = false;
|
||||
bool supported_ = false;
|
||||
bool lookingUpHs_ = false;
|
||||
bool lookingUpUsername_ = false;
|
||||
bool usernameAvailable_ = false;
|
||||
bool registering_ = false;
|
||||
bool supported_ = false;
|
||||
bool lookingUpHs_ = false;
|
||||
bool lookingUpUsername_ = false;
|
||||
bool usernameAvailable_ = false;
|
||||
bool usernameUnavailable_ = false;
|
||||
|
||||
QString lastServer;
|
||||
|
Loading…
Reference in New Issue
Block a user