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