From 14488a8fe78f829dadf3899a1c50ab389d05dbe9 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Thu, 23 Sep 2021 21:18:48 -0400 Subject: Use the same leave room dialog everywhere This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs. --- src/MainWindow.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/MainWindow.h') diff --git a/src/MainWindow.h b/src/MainWindow.h index 64606412..b9d2fe5f 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -37,7 +37,6 @@ struct CreateRoom; namespace dialogs { class CreateRoom; class InviteUsers; -class LeaveRoom; class Logout; class MemberList; class ReCaptcha; @@ -58,7 +57,6 @@ public: static MainWindow *instance() { return instance_; } void saveCurrentWindowSize(); - void openLeaveRoomDialog(const QString &room_id); void openCreateRoomDialog( std::function callback); void openJoinRoomDialog(std::function callback); -- cgit 1.5.1