git-svn-id: svn://db.shs.com.ru/libs@568 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user