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

This commit is contained in:
2019-06-26 17:01:29 +00:00
parent 8e1cb79486
commit f02757a8ac
6 changed files with 31 additions and 11 deletions

View File

@@ -32,6 +32,7 @@ void ObjectsView::changeEvent(QEvent * e) {
}
#ifdef PIP_INTROSPECTION
void ObjectsView::showObjects(const PIVector<PIIntrospection::ObjectInfo> & objects) {
QHash<QString, int> stat;
@@ -58,3 +59,4 @@ void ObjectsView::showObjects(const PIVector<PIIntrospection::ObjectInfo> & obje
}
treeObjectsStat->verticalScrollBar()->setValue(vpos);
}
#endif