]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiViewSource.h
The Cursor argument here was not being used, so there is no need
[lyx.git] / src / frontends / qt4 / GuiViewSource.h
index e364e6ff832db1e88297b7c1fb01b55bcfd1e89a..697198301bcef9f7a1d227f09c11150eea123f77 100644 (file)
@@ -46,6 +46,8 @@ public Q_SLOTS:
        void updateView();
        ///
        void updateDefaultFormat();
+       ///
+       void contentsChanged();
 
 private:
        ///
@@ -54,6 +56,8 @@ private:
        QTextDocument * document_;
        /// LaTeX syntax highlighter
        LaTeXHighlighter * highlighter_;
+       ///
+       bool force_getcontent_;
 };