]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBibtex.h
Fix reloading of local layout file (bug #11120)
[lyx.git] / src / frontends / qt4 / GuiBibtex.h
index 3ce3ada32d5031665519c8972927f94e9c25eade..f5a95ffdf219cba7c4ada9e0bd3fc0e95af0336f 100644 (file)
@@ -31,6 +31,7 @@ public:
        {
                Ui::BibtexAddUi::setupUi(this);
                QDialog::setModal(true);
+               setWindowModality(Qt::WindowModal);
        }
 };
 
@@ -79,6 +80,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;