diff options
author | Jedi18 <targetakhil@gmail.com> | 2021-02-13 23:59:42 +0530 |
---|---|---|
committer | Jedi18 <targetakhil@gmail.com> | 2021-02-13 23:59:42 +0530 |
commit | 1a406f79e6c7f673172c07da30ab958e980d919c (patch) | |
tree | 7f49a3ac1c0593aa672ab2230e0ec8034a26faa1 /src/timeline | |
parent | added togglebutton styling (diff) | |
download | nheko-1a406f79e6c7f673172c07da30ab958e980d919c.tar.xz |
replaced with togglebutton using qtquickcontrols2
Diffstat (limited to 'src/timeline')
-rw-r--r-- | src/timeline/TimelineModel.h | 2 |
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> &; |