mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-02 23:35:28 +08:00
6.5.3 clean
This commit is contained in:
@ -1842,8 +1842,7 @@ void tst_QDBusAbstractAdaptor::typeMatching()
|
||||
QCOMPARE(reply.type(), QDBusMessage::ReplyMessage);
|
||||
QCOMPARE(reply.arguments().size(), 1);
|
||||
|
||||
const QVariant &retval = reply.arguments().at(0);
|
||||
QVERIFY(compare(retval, value));
|
||||
QVERIFY(compare(reply.arguments().at(0), value));
|
||||
}
|
||||
|
||||
void tst_QDBusAbstractAdaptor::methodWithMoreThanOneReturnValue()
|
||||
|
Reference in New Issue
Block a user