]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDocument.h
Handle correctly zero table special arguments.
[lyx.git] / src / frontends / qt4 / GuiDocument.h
index be1b7e489f5f9eb392f0f889803940bc53fc265a..e4f32e25707e90506c69f9c4cdf267a51ce7cfbb 100644 (file)
@@ -296,6 +296,8 @@ private:
        ///
        bool isBiblatex() const;
        ///
+       void checkPossibleCiteEngines();
+       ///
        BufferParams bp_;
        /// List of names of available modules
        std::list<modInfoStruct> moduleNames_;
@@ -330,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();
 };