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

This commit is contained in:
2019-06-23 09:54:44 +00:00
parent 25fea9b21a
commit 385bf61d96
3 changed files with 30 additions and 180 deletions

View File

@@ -25,8 +25,6 @@ protected:
void buildDumpSection(QTreeWidgetItem * pi, PIString & str);
void showInfo(const PIIntrospection::ProcessInfo & info);
void showContainers(const PIMap<uint, PIIntrospectionContainers::Type> & data, const PIMap<uint, PIString> & typenames);
void showObjects(const PIVector<PIIntrospection::ObjectInfo> & objects);
EVENT_HANDLER(void, reqProcPIEvents) {QMetaObject::invokeMethod(this, "procPIEvents", Qt::QueuedConnection);}