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);
|
bool ok = reader.parse(source);
|
||||||
file.close();
|
file.close();
|
||||||
if (ok) {
|
if (ok) {
|
||||||
myHypothesesMap = QMap<std::string,HypothesisData*>( aXmlHandler->myHypothesesMap );
|
myHypothesesMap.unite( QMap<std::string,HypothesisData*>( aXmlHandler->myHypothesesMap ) );
|
||||||
myAlgorithmsMap = QMap<std::string,HypothesisData*>( aXmlHandler->myAlgorithmsMap );
|
myAlgorithmsMap.unite( QMap<std::string,HypothesisData*>( aXmlHandler->myAlgorithmsMap ) );
|
||||||
myListOfHypothesesSets.splice( myListOfHypothesesSets.begin(),
|
myListOfHypothesesSets.splice( myListOfHypothesesSets.begin(),
|
||||||
aXmlHandler->myListOfHypothesesSets );
|
aXmlHandler->myListOfHypothesesSets );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user