]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBibtex.h
Improve wording (#10670)
[lyx.git] / src / frontends / qt4 / GuiBibtex.h
index e9b6a16ee37eb6a3546f04226cfc3292c4d7b52f..2ffdbe6705622a4db9d1b06b3c63bdadebd6223e 100644 (file)
@@ -54,6 +54,7 @@ private Q_SLOTS:
        void databaseChanged();
        void availableChanged();
        void bibEDChanged();
+       void rescanClicked();
 
 private:
        ///
@@ -78,6 +79,8 @@ private:
        bool usingBibtopic() const;
        /// should we put the bibliography to the TOC?
        bool bibtotoc() const;
+       /// do we use biblatex?
+       bool usingBiblatex() const;
        /// which stylefile do we use?
        QString styleFile() const;