Salome HOME
Providing Action class to have a common approach to start/finish/abort model transact...
[modules/shaper.git] / src / XGUI / XGUI_ActionsMgr.cpp
index 542e1b5e4979febf30f10433af2c16026c7eb5ec..32f7e4af556fdd5b49a985298734a12de3336b92 100644 (file)
@@ -271,7 +271,7 @@ QAction* XGUI_ActionsMgr::operationStateAction(OperationStateActionId theId, QOb
 
 QAction* XGUI_ActionsMgr::action(const QString& theId)
 {
-  QAction* anAction;
+  QAction* anAction = 0;
   if(myActions.contains(theId)) {
     anAction = myActions.value(theId);
   }