summary refs log tree commit diff
path: root/src/timeline
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-01-24 00:41:55 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-01-26 21:44:13 +0100
commit4a80fdc951b57647ce9404bbbfe306b459c84f57 (patch)
tree9e61328fd11dfbc95b82d63947fa507659265563 /src/timeline
parentFix focus and qml parenting with qml root (diff)
downloadnheko-4a80fdc951b57647ce9404bbbfe306b459c84f57.tar.xz
Functional login page
Diffstat (limited to 'src/timeline')
-rw-r--r--src/timeline/TimelineViewManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/TimelineViewManager.h b/src/timeline/TimelineViewManager.h

index 9419f224..13ab5dbb 100644 --- a/src/timeline/TimelineViewManager.h +++ b/src/timeline/TimelineViewManager.h
@@ -110,7 +110,7 @@ public slots: RoomlistModel *rooms() { return rooms_; } private: - bool isInitialSync_ = true; + bool isInitialSync_ = true; RoomlistModel *rooms_ = nullptr; CommunitiesModel *communities_ = nullptr;