]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea.h
remove the focusInEvent() and focusOutEvent() that had so many bad side effect...
[lyx.git] / src / frontends / qt4 / GuiWorkArea.h
index c6ebce0b6867f7b9b7a4e3f891b26909c030e56a..2f96ff7a6c448a96581087c54dd23bdf85d11e34 100644 (file)
@@ -160,10 +160,6 @@ protected:
        void keyPressEvent(QKeyEvent * e);
        /// IM events
        void inputMethodEvent(QInputMethodEvent * e);
-       /// focus in
-       void focusInEvent(QFocusEvent * ev);
-       /// focus out
-       void focusOutEvent(QFocusEvent * ev);
 
 public Q_SLOTS: