Declare focusInEvent so we can compile.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32953 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-10 19:37:08 +00:00
parent 72c42b0624
commit bafb725487

View File

@ -64,7 +64,7 @@ public:
/// LyXView inherited methods. /// LyXView inherited methods.
///@{ ///@{
int id() const { return id_; }; int id() const { return id_; }
void setBusy(bool); void setBusy(bool);
BufferView * currentBufferView(); BufferView * currentBufferView();
BufferView const * currentBufferView() const; BufferView const * currentBufferView() const;
@ -85,6 +85,8 @@ public:
void setFocus(); void setFocus();
///@} ///@}
///
void focusInEvent(QFocusEvent * e);
/// set a buffer to the current workarea. /// set a buffer to the current workarea.
void setBuffer(Buffer * b); ///< \c Buffer to set. void setBuffer(Buffer * b); ///< \c Buffer to set.