summary refs log tree commit diff
path: root/src/ui/UserProfile.h
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-01-28 23:53:56 +0530
committerJedi18 <targetakhil@gmail.com>2021-01-28 23:53:56 +0530
commit3b82b2ff972e4f74904e315008b996202473570c (patch)
tree0b56ba8cea17f2d4126335e4716694807d9cde17 /src/ui/UserProfile.h
parentChanged edit method from double clicking to an edit button (diff)
downloadnheko-3b82b2ff972e4f74904e315008b996202473570c.tar.xz
fix linting
Diffstat (limited to 'src/ui/UserProfile.h')
-rw-r--r--src/ui/UserProfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/UserProfile.h b/src/ui/UserProfile.h
index 04317766..b1172077 100644
--- a/src/ui/UserProfile.h
+++ b/src/ui/UserProfile.h
@@ -94,7 +94,7 @@ public:
         UserProfile(QString roomid,
                     QString userid,
                     TimelineViewManager *manager_,
-                    TimelineModel *parent = nullptr,
+                    TimelineModel *parent  = nullptr,
                     QString globalUsername = "");
 
         DeviceInfoModel *deviceList();
@@ -126,8 +126,8 @@ private:
         QString roomid_, userid_;
         QString globalUsername;
         DeviceInfoModel deviceList_;
-        bool isUserVerified = false;
-        bool hasMasterKey   = false;
+        bool isUserVerified  = false;
+        bool hasMasterKey    = false;
         bool usernameEditing = false;
         TimelineViewManager *manager;
         TimelineModel *model;