mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +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_;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue