summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-06-25 18:07:55 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-06-25 18:07:55 +0200
commitc25aeac4cab39469d5c48c25540d7def3530cce3 (patch)
tree3bdc59c1cc4cb834e10d1fd42d984e11c3db34c8 /src
parentRequire matrix v1.1 or greater (diff)
downloadnheko-c25aeac4cab39469d5c48c25540d7def3530cce3.tar.xz
Fix linting
Diffstat (limited to 'src')
-rw-r--r--src/RegisterPage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/RegisterPage.h b/src/RegisterPage.h

index d7a8602c..5e857e33 100644 --- a/src/RegisterPage.h +++ b/src/RegisterPage.h
@@ -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;