mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix linting
This commit is contained in:
parent
5772447874
commit
c25aeac4ca
1 changed files with 5 additions and 5 deletions
|
@ -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 a new issue