Home
last modified time | relevance | path

Searched refs:returnKeyPressedSpy (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/kf5-kcompletion/kcompletion-5.89.0/autotests/
H A Dklineedit_unittest.cpp42 QSignalSpy returnKeyPressedSpy(&w, &KLineEdit::returnKeyPressed); in testReturnPressed() local
51 QCOMPARE(returnKeyPressedSpy.count(), 1); in testReturnPressed()
52 QCOMPARE(returnKeyPressedSpy.at(0).at(0).toString(), QStringLiteral("Hello world")); in testReturnPressed()