]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiViewSource.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiViewSource.h
index e364e6ff832db1e88297b7c1fb01b55bcfd1e89a..e3c7a814e5b142eb021bb1ba72f6489e9d070bea 100644 (file)
@@ -46,6 +46,8 @@ public Q_SLOTS:
        void updateView();
        ///
        void updateDefaultFormat();
+       ///
+       void fullSourceChanged();
 
 private:
        ///
@@ -54,6 +56,8 @@ private:
        QTextDocument * document_;
        /// LaTeX syntax highlighter
        LaTeXHighlighter * highlighter_;
+       ///
+       bool force_getcontent_;
 };