From bafb725487381812cf4edda8f528b07a08940cd6 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 10 Jan 2010 19:37:08 +0000 Subject: [PATCH] Declare focusInEvent so we can compile. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32953 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.39.2