]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea_Private.h
Upstreaming compilation patch needed for Gentoo.
[lyx.git] / src / frontends / qt4 / GuiWorkArea_Private.h
index a7eea0b1d85f150edda3578ad16cc23383060abd..76b05c0d36bb1f5327f8f8544db6ca3f7e0a8ab1 100644 (file)
@@ -111,7 +111,8 @@ struct GuiWorkArea::Private
        void hideCursor();
        /// show the cursor if it is not visible
        void showCursor();
-       ///
+       /// Set the range and value of the scrollbar and connect to its valueChanged
+       /// signal.
        void updateScrollbar();
        /// Change the cursor when the mouse hovers over a clickable inset
        void updateCursorShape();
@@ -191,6 +192,8 @@ struct GuiWorkArea::Private
        ///
        support::FileName file_name_;
        ///
+       bool shell_escape_;
+       ///
        bool read_only_;
        ///
        docstring vc_status_;