]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiViewSource.h
Cleanup private part of Layout Box on destructor (probably not really an
[lyx.git] / src / frontends / qt4 / GuiViewSource.h
index d5553ac2ea49a606234bdb7f470f9a7f0fc48e95..e3c7a814e5b142eb021bb1ba72f6489e9d070bea 100644 (file)
@@ -44,6 +44,10 @@ public:
 public Q_SLOTS:
        // update content
        void updateView();
+       ///
+       void updateDefaultFormat();
+       ///
+       void fullSourceChanged();
 
 private:
        ///
@@ -52,6 +56,8 @@ private:
        QTextDocument * document_;
        /// LaTeX syntax highlighter
        LaTeXHighlighter * highlighter_;
+       ///
+       bool force_getcontent_;
 };