diff libgui/src/m-editor/file-editor.h @ 16981:e86df0d43309

make ctrl-w available for readline in the gui terminal * file-etior.cc(construct): save close action into class variable, call set_shortcuts after initiallization of all calss wide actions (set_shortcuts): add close action * file-editor.h: add new action _close_action
author Torsten <ttl@justmail.de>
date Sun, 14 Jul 2013 11:55:58 +0200 (2013-07-14)
parents 78116b88dbf5
children adf06e03fbdd
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.h
+++ b/libgui/src/m-editor/file-editor.h
@@ -202,6 +202,7 @@
 
   QAction *_save_action;
   QAction *_save_as_action;
+  QAction *_close_action;
 
   QAction *_redo_action;
   QAction *_undo_action;