summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-09-23 18:08:11 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-10-11 18:57:36 -0400
commitcd39e015d44df3c7421849f44114fe7bf6985118 (patch)
treec2be9c0fefaead72f5b2fa7709b179a7bc6a61ad /src
parentMerge pull request #741 from LorenDB/qmlJoinRoomDlg (diff)
downloadnheko-cd39e015d44df3c7421849f44114fe7bf6985118.tar.xz
Remove unimplemented function declaration
Diffstat (limited to 'src')
-rw-r--r--src/MainWindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h

index 01575a19..64606412 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h
@@ -59,7 +59,6 @@ public: void saveCurrentWindowSize(); void openLeaveRoomDialog(const QString &room_id); - void openInviteUsersDialog(std::function<void(const QStringList &invitees)> callback); void openCreateRoomDialog( std::function<void(const mtx::requests::CreateRoom &request)> callback); void openJoinRoomDialog(std::function<void(const QString &room_id)> callback);