+ fix documentation of task dialog

This commit is contained in:
wmayer
2015-11-09 19:22:19 +01:00
parent d3280a0b82
commit dff58e5df3
12 changed files with 41 additions and 9 deletions

View File

@@ -86,7 +86,6 @@ public:
virtual bool accept();
/// is called by the framework if the dialog is rejected (Cancel)
virtual bool reject();
/// is called by the framework if the user presses the help button
virtual bool isAllowedAlterDocument(void) const
{ return false; }