]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Dialog.h
Fix handling of the add branch textfield in GuiBranches
[lyx.git] / src / frontends / qt4 / Dialog.h
index 68d76d3c0e96432d4d786ca41491ea6be6c80b32..af33f3fe8accfa6b5ec10fdd2d942555c47f594b 100644 (file)
@@ -252,7 +252,11 @@ public:
         */
        //@{
        GuiView const & lyxview() const { return *lyxview_; }
+       /// Current buffer
        Buffer const & buffer() const;
+       /// Main document buffer
+       Buffer const & documentBuffer() const;
+       /// Current BufferView
        BufferView const * bufferview() const;
        //@}