]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/FindAndReplace.h
Moving the GUI consistency update to a more meaningful moment, i.e., when Dialog...
[features.git] / src / frontends / qt4 / FindAndReplace.h
index cdb244936832f8d30cdf54b7867d5f8abc6c0c85..d2eaf4c1a166c3fcdf83ca498bdd19faad0c54d8 100644 (file)
@@ -39,6 +39,7 @@ class FindAndReplaceWidget : public QTabWidget, public Ui::FindAndReplaceUi
 public:
        FindAndReplaceWidget(GuiView & view);
        bool initialiseParams(std::string const & params);
+       void updateGUI();
 
 private:
        ///
@@ -90,7 +91,7 @@ public:
        void selectAll();
 
        /// update
-       void updateView() {}
+       void updateView();
        //virtual void update_contents() {}
 
 protected: