28 void CTestSlot::slotBasics()
32 QVERIFY2(slot1,
"Slot has valid object and function - can be called.");
39 QVERIFY2(!slot3,
"Slot has an invalid pointer and invalid function - cannot be called.");
47 #include "testslot.moc"
Callable wrapper for a member function with function signature F.
Free functions in swift::misc.
void setObjectName(QAnyStringView name)
QVERIFY2(condition, message)
SWIFTTEST_APPLESS_MAIN(MiscTest::CTestSlot)
main