]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBranches.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiBranches.h
index e77dc25a3fce76c09dfe81429d0c10ae32c9a9fe..cb97d9364f9dc35ba64ec98c012f5a264773e2b6 100644 (file)
@@ -12,8 +12,8 @@
 #ifndef GUIBRANCHES_H
 #define GUIBRANCHES_H
 
-#include "ui_BranchesUi.h"
 #include "GuiDocument.h"
+#include "ui_BranchesUi.h"
 #include "BranchList.h"
 
 #include <QWidget>
@@ -30,7 +30,7 @@ class BufferParams;
 
 namespace frontend {
 
-class GuiBranches: public QWidget, public Ui::BranchesUi
+class GuiBranches : public QWidget, public Ui::BranchesUi
 {
        Q_OBJECT
 public:
@@ -45,7 +45,7 @@ Q_SIGNALS:
 protected:
        void toggleBranch(QTreeWidgetItem *);
        void toggleColor(QTreeWidgetItem *);
-       void update();
+       void updateView();
 
 protected Q_SLOTS:
        void on_addBranchPB_pressed();