Remove irrelevant comment
This commit is contained in:
parent
6831f25125
commit
facef8d301
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue