summary refs log tree commit diff
path: root/src/timeline/TimelineViewManager.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-10-11 23:34:26 +0000
committerGitHub <noreply@github.com>2021-10-11 23:34:26 +0000
commit37f661caed46d79cae657e0604f872823a0d6689 (patch)
treec18e36ccbd831a51fd85288d6a92a15ea494f130 /src/timeline/TimelineViewManager.h
parentMerge pull request #741 from LorenDB/qmlJoinRoomDlg (diff)
parentUse the same leave room dialog everywhere (diff)
downloadnheko-37f661caed46d79cae657e0604f872823a0d6689.tar.xz
Merge pull request #742 from LorenDB/qmlLeaveRoom
QML the leave room dialog
Diffstat (limited to 'src/timeline/TimelineViewManager.h')
-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 f7b01315..ab078aa7 100644 --- a/src/timeline/TimelineViewManager.h +++ b/src/timeline/TimelineViewManager.h
@@ -73,7 +73,6 @@ public: Q_INVOKABLE void openGlobalUserProfile(QString userId); Q_INVOKABLE void focusMessageInput(); - Q_INVOKABLE void openLeaveRoomDialog(QString roomid) const; Q_INVOKABLE void removeVerificationFlow(DeviceVerificationFlow *flow); Q_INVOKABLE void fixImageRendering(QQuickTextDocument *t, QQuickItem *i); @@ -98,6 +97,7 @@ signals: void openInviteUsersDialog(InviteesModel *invitees); void openProfile(UserProfile *profile); void showImagePackSettings(ImagePackListModel *packlist); + void openLeaveRoomDialog(QString roomid); public slots: void updateReadReceipts(const QString &room_id, const std::vector<QString> &event_ids);