Mercurial > hg > octave-lyh
diff gui/src/main-window.h @ 14814:61c80e9326a8 gui
Clearing the command history works.
* history-dockwidget: Added method to clear the model.
* main-window: Added new slot to clear the history.
* octave-event.h: Created new event to delete the command history.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Thu, 28 Jun 2012 15:46:43 +0200 |
parents | 9d9eb9bac65e |
children | 3fd857c284fe |
line wrap: on
line diff
--- a/gui/src/main-window.h +++ b/gui/src/main-window.h @@ -76,6 +76,7 @@ void handle_save_workspace_request (); void handle_load_workspace_request (); void handle_clear_workspace_request (); + void handle_clear_history_request (); void handle_command_double_clicked (QString command); void new_file (); void open_file ();