diff libgui/src/m-editor/octave-qscintilla.h @ 18460:f959c63934e6 gui-release

Backed out changeset f01ac1bb8a5d which broke some editor short cuts
author Torsten <ttl@justmail.de>
date Thu, 13 Feb 2014 22:17:44 +0100
parents f01ac1bb8a5d
children 86eca5d178a6
line wrap: on
line diff
--- a/libgui/src/m-editor/octave-qscintilla.h	Thu Feb 13 20:39:09 2014 +0100
+++ b/libgui/src/m-editor/octave-qscintilla.h	Thu Feb 13 22:17:44 2014 +0100
@@ -62,7 +62,6 @@
 private:
 
   QString _word_at_cursor;
-  bool eventFilter(QObject *obj, QEvent *e);
 
 };