summary refs log tree commit diff
path: root/src/timeline/TimelineViewManager.h
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-02-12 12:48:12 +0530
committerJedi18 <targetakhil@gmail.com>2021-02-12 12:48:12 +0530
commit35aa0126ac80d99aaf7f61d6eeba6c7d9eca96bc (patch)
treebbcdd5948af903617cb9f32bca97d720024411f1 /src/timeline/TimelineViewManager.h
parentfix avatar update on timeline sync (diff)
downloadnheko-35aa0126ac80d99aaf7f61d6eeba6c7d9eca96bc.tar.xz
added changing of name through edit modal, removed old roomsettings
Diffstat (limited to 'src/timeline/TimelineViewManager.h')
-rw-r--r--src/timeline/TimelineViewManager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/timeline/TimelineViewManager.h b/src/timeline/TimelineViewManager.h

index a2d37342..3e58bb43 100644 --- a/src/timeline/TimelineViewManager.h +++ b/src/timeline/TimelineViewManager.h
@@ -18,7 +18,6 @@ #include "WebRTCSession.h" #include "emoji/EmojiModel.h" #include "emoji/Provider.h" -#include "dialogs/RoomSettingsOld.h" class MxcImageProvider; class BlurhashProvider; @@ -70,7 +69,6 @@ public: Q_INVOKABLE void openInviteUsersDialog(); Q_INVOKABLE void openMemberListDialog() const; Q_INVOKABLE void openLeaveRoomDialog() const; - Q_INVOKABLE void openRoomSettings(); Q_INVOKABLE void removeVerificationFlow(DeviceVerificationFlow *flow); void verifyUser(QString userid);