We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5e3c0 commit 5413a7eCopy full SHA for 5413a7e
ui/test/assignhotkey/assignhotkey_test.cpp
@@ -32,8 +32,7 @@ void AssignHotKey_Test::initial()
32
QKeySequence seq(Qt::Key_A | Qt::SHIFT);
33
AssignHotKey ahk(NULL, seq);
34
QCOMPARE(ahk.keySequence(), seq);
35
- QCOMPARE(ahk.m_previewEdit->text(), seq.toString(QKeySequence::NativeText));
36
- QCOMPARE(ahk.m_previewEdit->isReadOnly(), true);
+ QCOMPARE(ahk.m_previewLabel->text(), seq.toString(QKeySequence::NativeText));
37
}
38
39
void AssignHotKey_Test::keyPressEventAuto()
0 commit comments