comparison 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
comparison
equal deleted inserted replaced
18459:f01ac1bb8a5d 18460:f959c63934e6
60 void contextmenu_run (bool); 60 void contextmenu_run (bool);
61 61
62 private: 62 private:
63 63
64 QString _word_at_cursor; 64 QString _word_at_cursor;
65 bool eventFilter(QObject *obj, QEvent *e);
66 65
67 }; 66 };
68 67
69 #endif 68 #endif