mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Fix of IPAL19621 (Qt4 porting: regress of automatic assign a set of hypotheses).
This commit is contained in:
parent
17397a8eee
commit
b75d24976c
@ -173,8 +173,8 @@ namespace SMESH
|
||||
bool ok = reader.parse(source);
|
||||
file.close();
|
||||
if (ok) {
|
||||
myHypothesesMap = QMap<std::string,HypothesisData*>( aXmlHandler->myHypothesesMap );
|
||||
myAlgorithmsMap = QMap<std::string,HypothesisData*>( aXmlHandler->myAlgorithmsMap );
|
||||
myHypothesesMap.unite( QMap<std::string,HypothesisData*>( aXmlHandler->myHypothesesMap ) );
|
||||
myAlgorithmsMap.unite( QMap<std::string,HypothesisData*>( aXmlHandler->myAlgorithmsMap ) );
|
||||
myListOfHypothesesSets.splice( myListOfHypothesesSets.begin(),
|
||||
aXmlHandler->myListOfHypothesesSets );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user