#3752 CAF code changes to build on both Qt4 and Qt5

This commit is contained in:
Gaute Lindkvist
2018-11-26 09:53:12 +01:00
parent 398a59d0a6
commit cc7269c717
17 changed files with 34 additions and 29 deletions

View File

@@ -200,8 +200,8 @@ void caf::UiListViewModelPdm::setPdmData(PdmObjectCollection* objectGroup, const
}
computeColumnCount();
reset();
beginResetModel();
endResetModel();
}