From c25aeac4cab39469d5c48c25540d7def3530cce3 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 25 Jun 2022 18:07:55 +0200 Subject: [PATCH] Fix linting --- src/RegisterPage.h | 10 +++++----- 1 file 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;