X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiCitation.h;h=65e0dd69db0dcd5e9479eacd30056bbf3c44926f;hb=43c09d723435a5b203f2ac0c39e2086de836b386;hp=8746a1aa65f004f829280a6b06d4982b40c55151;hpb=492d837e623e7ed33453ea09db92de87bbb5c1de;p=lyx.git diff --git a/src/frontends/qt4/GuiCitation.h b/src/frontends/qt4/GuiCitation.h index 8746a1aa65..65e0dd69db 100644 --- a/src/frontends/qt4/GuiCitation.h +++ b/src/frontends/qt4/GuiCitation.h @@ -42,9 +42,6 @@ public: GuiCitation(GuiView & lv); /// ~GuiCitation(); - /// We use the main document's buffer() so to catch the citations - /// defined there, also while using the dialog from the Adv F&R. - Buffer const & buffer() const; private Q_SLOTS: void on_okPB_clicked(); @@ -64,7 +61,7 @@ private Q_SLOTS: void setCitedKeys(); /// performs a limited update, suitable for internal call void updateControls(); - + private: /// Dialog inherited methods @@ -112,7 +109,7 @@ private: void init(); /// Clear selected keys void clearSelection(); - + /// Find keys containing a string. void findKey( BiblioInfo const & bi, //< optimize by passing this @@ -151,7 +148,7 @@ private: ); // /// The BibTeX information available to the dialog - /// Calls to this method will lead to checks of modification times and + /// Calls to this method will lead to checks of modification times and /// the like, so it should be avoided. BiblioInfo const & bibInfo() const;