]> git.lyx.org Git - features.git/commitdiff
Declare focusInEvent so we can compile.
authorRichard Heck <rgheck@comcast.net>
Sun, 10 Jan 2010 19:37:08 +0000 (19:37 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 10 Jan 2010 19:37:08 +0000 (19:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32953 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.h

index 3a49d3447c6e4b0404556c570d550565b973dbff..897b8886794080f2f1d98bf77d95179acc90c44f 100644 (file)
@@ -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.