]> 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 697198301bcef9f7a1d227f09c11150eea123f77..d42c1161af6e05b9efa2812c69c938004026168e 100644 (file)
@@ -42,9 +42,11 @@ public:
        void setBufferView(BufferView const * bv);
 
 public Q_SLOTS:
-       // update content
+       /// update content
        void updateView();
        ///
+       void setViewFormat();
+       ///
        void updateDefaultFormat();
        ///
        void contentsChanged();
@@ -58,6 +60,8 @@ private:
        LaTeXHighlighter * highlighter_;
        ///
        bool force_getcontent_;
+       ///
+       QString view_format_;
 };