From f309460879b3aa4c24b233858cb932d3bb920b40 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 8 Apr 2021 12:39:35 +0200 Subject: [PATCH] Remove dead connection The signal does not exist --- imports/NeoChat/Page/RoomPage.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index ca7197c58..90d3ccc17 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -46,8 +46,6 @@ Kirigami.ScrollablePage { page.header.contentItem.type = messageType === ActionsHandler.Error ? Kirigami.MessageType.Error : Kirigami.MessageType.Information; page.header.contentItem.visible = true; } - - onHideMessage: page.header.contentItem.visible = false } header: QQC2.Control {