Salome HOME
Fix bug 10955: Collisions with 'Ctrl+I' and 'Ctrl+M' hot keys.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_XmlHandler.h
index c64ff86c87acd40e6156f4ff31d8e5ffdc5493be..33306c10092f9ded38dc3e63f051045787343fab 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <qxml.h>
 #include <map>
+#include <list>
 
 class SMESHGUI_XmlHandler : public QXmlDefaultHandler
 {
@@ -53,6 +54,8 @@ class SMESHGUI_XmlHandler : public QXmlDefaultHandler
   std::map<std::string, HypothesisData*> myHypothesesMap;
   std::map<std::string, HypothesisData*> myAlgorithmsMap;
 
+  std::list<HypothesesSet*> myListOfHypothesesSets;
+
  private:
   QString myErrorProt;
   QString myPluginName;