mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
go back to Q_ASSERT for methodIndex
This commit is contained in:
parent
15ca129005
commit
251387159a
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ QMetaMethod PacketReceiver::matchingMethodForListener(PacketType::Value type, QO
|
|||
<< possibleSignatures.toList() << "- but such a method was not found.";
|
||||
}
|
||||
|
||||
assert(methodIndex >= 0);
|
||||
Q_ASSERT(methodIndex >= 0);
|
||||
|
||||
// return the converted QMetaMethod
|
||||
if (methodIndex >= 0) {
|
||||
|
|
Loading…
Reference in a new issue