From facef8d301ca692cf947e7509eeed1be5a219168 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Wed, 17 Aug 2022 10:28:45 +0300 Subject: [PATCH] Remove irrelevant comment --- src/wayland/autotests/client/test_wayland_seat.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/autotests/client/test_wayland_seat.cpp b/src/wayland/autotests/client/test_wayland_seat.cpp index 7b988be984..72490224de 100644 --- a/src/wayland/autotests/client/test_wayland_seat.cpp +++ b/src/wayland/autotests/client/test_wayland_seat.cpp @@ -632,7 +632,6 @@ void TestWaylandSeat::testPointerButton_data() QTest::newRow("left") << Qt::LeftButton << quint32(BTN_LEFT); QTest::newRow("right") << Qt::RightButton << quint32(BTN_RIGHT); - // Deprecated in qt5.15 QTest::newRow("middle") << Qt::MiddleButton << quint32(BTN_MIDDLE); QTest::newRow("back") << Qt::BackButton << quint32(BTN_BACK); QTest::newRow("x1") << Qt::XButton1 << quint32(BTN_BACK);