Changes in src/Actions/Action.hpp [047878:0430e3]
- File:
-
- 1 edited
-
src/Actions/Action.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Action.hpp
r047878 r0430e3 369 369 static state_ptr failure; 370 370 371 private: 371 372 /** 372 373 * This creates the dialog requesting the information needed for this action from the user 373 374 * via means of the user interface. 374 375 */ 375 Dialog * createDialog(); 376 377 private: 378 379 virtual Dialog * fillDialog(Dialog*)=0; 376 virtual Dialog * createDialog()=0; 380 377 381 378 /**
Note:
See TracChangeset
for help on using the changeset viewer.
