summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r--src/ChatPage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h

index 94a5db59..b6b72319 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h
@@ -77,6 +77,8 @@ public: QSharedPointer<UserSettings> userSettings() { return userSettings_; } void deleteConfigs(); + CommunitiesList *communitiesList() { return communitiesList_; } + //! Calculate the width of the message timeline. uint64_t timelineWidth(); bool isSideBarExpanded();