Changes in src/Actions/Action.cpp [95f965:be21fa]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Action.cpp
r95f965 rbe21fa 174 174 Dialog* dialog = createDialog(); 175 175 if (dialog->hasQueries()) { 176 if (!dialog->display()) 177 // dialog error or aborted -> throw exception 178 throw ActionFailureException() << ActionNameString(getName()); 176 dialog->display(); 179 177 } 180 178 delete(dialog); … … 183 181 // try { 184 182 startTimer(); 185 //getParametersfromValueStorage();183 getParametersfromValueStorage(); 186 184 state = performCall(); 187 185 endTimer();
Note:
See TracChangeset
for help on using the changeset viewer.