Remove irrelevant comment

This commit is contained in:
Vlad Zahorodnii 2022-08-17 10:28:45 +03:00
parent 6831f25125
commit facef8d301

View file

@ -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);