]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
Get rid of Qt resources
[lyx.git] / src / insets / InsetWrap.h
index af1ae53c83b014d1b7a6cc3dcb0822e62ab06c2f..3bf837876a237e53abe32eeac3061c1dc606bd8b 100644 (file)
@@ -82,13 +82,15 @@ private:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        /// Update the label
-       void updateBuffer(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
        docstring layoutName() const;
        ///
        Inset * clone() const { return new InsetWrap(*this); }
+       /// Is the content of this inset part of the immediate (visible) text sequence?
+       bool isPartOfTextSequence() const { return false; }
 
        ///
        InsetWrapParams params_;