Fix the missing code generation for Introspect interface,

if the interface is defined in the XML file.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/31/head r14.1.0
Slávek Banko 1 year ago
parent 36de09db63
commit fd60f35194
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -119,14 +119,11 @@ int main(int argc, char** argv)
{
hasIntrospectable = true;
}
else
{
interfaces << classData;
}
}
}
}
}
if (interfaces.isEmpty())
{

Loading…
Cancel
Save