summary refs log tree commit diff
path: root/src/timeline
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-02-13 23:59:42 +0530
committerJedi18 <targetakhil@gmail.com>2021-02-13 23:59:42 +0530
commit1a406f79e6c7f673172c07da30ab958e980d919c (patch)
tree7f49a3ac1c0593aa672ab2230e0ec8034a26faa1 /src/timeline
parentadded togglebutton styling (diff)
downloadnheko-1a406f79e6c7f673172c07da30ab958e980d919c.tar.xz
replaced with togglebutton using qtquickcontrols2
Diffstat (limited to 'src/timeline')
-rw-r--r--src/timeline/TimelineModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h
index 29207318..df067fd4 100644
--- a/src/timeline/TimelineModel.h
+++ b/src/timeline/TimelineModel.h
@@ -11,8 +11,8 @@
 #include "CacheCryptoStructs.h"
 #include "EventStore.h"
 #include "InputBar.h"
-#include "ui/UserProfile.h"
 #include "ui/RoomSettings.h"
+#include "ui/UserProfile.h"
 
 namespace mtx::http {
 using RequestErr = const std::optional<mtx::http::ClientError> &;