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