tst_QSpinBox: handle an old TODO
QTBUG-69492 has been fixed since Qt 5.12. Change-Id: I8bc59bd37a9ee2f47f13fa8ff54aa91e2c9148fa Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 2e37cff19efb6b87945c89029f70fc612b3a6806) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
afe0a6a4ab
commit
9595678cad
@ -1830,10 +1830,6 @@ void tst_QSpinBox::stepModifierPressAndHold()
|
||||
spin.setStyle(stepModifierStyle.data());
|
||||
|
||||
QSignalSpy spy(&spin, &SpinBox::valueChanged);
|
||||
// TODO: remove debug output when QTBUG-69492 is fixed
|
||||
connect(&spin, &SpinBox::valueChanged, [=]() {
|
||||
qDebug() << QTime::currentTime() << "valueChanged emitted";
|
||||
});
|
||||
|
||||
spin.show();
|
||||
QVERIFY(QTest::qWaitForWindowActive(&spin));
|
||||
|
Loading…
x
Reference in New Issue
Block a user