X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiCitation.h;h=65e0dd69db0dcd5e9479eacd30056bbf3c44926f;hb=43c09d723435a5b203f2ac0c39e2086de836b386;hp=27f69e56bc457ab1bb5c7f7a1bf63b968850c39a;hpb=419642ad9ea4055fc16694850037059811016559;p=lyx.git diff --git a/src/frontends/qt4/GuiCitation.h b/src/frontends/qt4/GuiCitation.h index 27f69e56bc..65e0dd69db 100644 --- a/src/frontends/qt4/GuiCitation.h +++ b/src/frontends/qt4/GuiCitation.h @@ -61,7 +61,7 @@ private Q_SLOTS: void setCitedKeys(); /// performs a limited update, suitable for internal call void updateControls(); - + private: /// Dialog inherited methods @@ -109,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 @@ -148,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;