mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 11:52:25 +00:00
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:
parent
72c42b0624
commit
bafb725487
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user