]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDocument.h
Fix reloading of local layout file (bug #11120)
[lyx.git] / src / frontends / qt4 / GuiDocument.h
index 1fe1dc74a176fbd5c766b726767e280c237edce8..e4f32e25707e90506c69f9c4cdf267a51ce7cfbb 100644 (file)
@@ -332,10 +332,14 @@ private:
        void closeEvent(QCloseEvent *);
        void on_preambleTE_textChanged() { changed(); }
 
-private:
        typedef std::map<BufferId, std::pair<int,int> > Coords;
        Coords preamble_coords_;
        BufferId current_id_;
+
+private Q_SLOTS:
+       ///
+       void checkFindButton();
+       void findText();
 };