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

This commit is contained in:
2019-06-27 11:45:09 +00:00
parent 06a6329859
commit 98420153f9
3 changed files with 4 additions and 2 deletions

View File

@@ -174,6 +174,7 @@ void QPIIntrospector::peerReceived(const PIString & from, const PIByteArray & da
case PIIntrospection::itProcStat: {
cs.get(pba);
PIIntrospection::unpackProcStat(pba, stat);
widgetThreads->setStat(stat.threads);
//showInfo(info);
} break;
case PIIntrospection::itContainers: {