]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiViewSource.h
Fix handling of the add branch textfield in GuiBranches
[lyx.git] / src / frontends / qt4 / GuiViewSource.h
index e364e6ff832db1e88297b7c1fb01b55bcfd1e89a..d42c1161af6e05b9efa2812c69c938004026168e 100644 (file)
@@ -42,10 +42,14 @@ public:
        void setBufferView(BufferView const * bv);
 
 public Q_SLOTS:
-       // update content
+       /// update content
        void updateView();
        ///
+       void setViewFormat();
+       ///
        void updateDefaultFormat();
+       ///
+       void contentsChanged();
 
 private:
        ///
@@ -54,6 +58,10 @@ private:
        QTextDocument * document_;
        /// LaTeX syntax highlighter
        LaTeXHighlighter * highlighter_;
+       ///
+       bool force_getcontent_;
+       ///
+       QString view_format_;
 };