From: Richard Heck Date: Sun, 10 Jan 2010 19:37:08 +0000 (+0000) Subject: Declare focusInEvent so we can compile. X-Git-Tag: 2.0.0~4440 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bafb725487381812cf4edda8f528b07a08940cd6;p=features.git Declare focusInEvent so we can compile. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32953 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiView.h b/src/frontends/qt4/GuiView.h index 3a49d3447c..897b888679 100644 --- a/src/frontends/qt4/GuiView.h +++ b/src/frontends/qt4/GuiView.h @@ -64,7 +64,7 @@ public: /// LyXView inherited methods. ///@{ - int id() const { return id_; }; + int id() const { return id_; } void setBusy(bool); BufferView * currentBufferView(); BufferView const * currentBufferView() const; @@ -85,6 +85,8 @@ public: void setFocus(); ///@} + /// + void focusInEvent(QFocusEvent * e); /// set a buffer to the current workarea. void setBuffer(Buffer * b); ///< \c Buffer to set.