git-svn-id: svn://db.shs.com.ru/libs@568 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-06-27 15:24:29 +00:00
parent 98420153f9
commit 9fd50a8082
6 changed files with 413 additions and 58 deletions

View File

@@ -179,10 +179,9 @@ void QPIIntrospector::peerReceived(const PIString & from, const PIByteArray & da
} break;
case PIIntrospection::itContainers: {
cs.get(pba);
PIMap<uint, PIIntrospectionContainers::Type> data;
PIMap<uint, PIString> typenames;
PIIntrospection::unpackContainers(pba, data, typenames);
widgetContainers->showContainers(data, typenames);
PIVector<PIIntrospectionContainers::TypeInfo> data;
PIIntrospection::unpackContainers(pba, data);
widgetContainers->showContainers(data);
} break;
case PIIntrospection::itObjects: {
cs.get(pba);