]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Fix reference dialog layout for Qt 4.2.
[lyx.git] / src / Buffer.h
index 603128ebbbc59d0b11e0d9c1067b8e7583b2073d..f57a4c09b5a0d6089be1f99f53d00871a07ea669 100644 (file)
@@ -476,6 +476,11 @@ public:
        void setInsetLabel(docstring const & label, InsetLabel const * il);
        InsetLabel const * insetLabel(docstring const & label) const;
 
+       /// sets the buffer_ member for every inset in this buffer.
+       // FIXME This really shouldn't be needed, but at the moment it's not
+       // clear how to do it just for the individual pieces we need.
+       void setBuffersForInsets() const;
+       ///
        enum UpdateScope {
                UpdateMaster,
                UpdateChildOnly