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;
|