From 418f22932d70087f5a6460f44458680140ab151f Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 26 Feb 2021 18:19:37 +0100 Subject: [PATCH] Remove dead code --- imports/NeoChat/Page/RoomPage.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 3acfcbecf..f375aad3f 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -4,7 +4,7 @@ * * SPDX-License-Identifier: GPL-3.0-only */ -import QtQuick 2.12 +import QtQuick 2.15 import QtQuick.Controls 2.12 as QQC2 import QtQuick.Layouts 1.12 import Qt.labs.qmlmodels 1.0 @@ -331,7 +331,6 @@ Kirigami.ScrollablePage { } TapHandler { acceptedButtons: Qt.LeftButton - //enabled: Kirigami.Settings.isMobile onLongPressed: openMessageContext(author, display, eventId, toolTip) } },