]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCitation.h
The View->Source pane resets the format every time you click into
[lyx.git] / src / frontends / qt4 / GuiCitation.h
index b8ca33f488f18b008799453941a175704cc7a353..65e0dd69db0dcd5e9479eacd30056bbf3c44926f 100644 (file)
@@ -44,7 +44,6 @@ public:
        ~GuiCitation();
 
 private Q_SLOTS:
-       void cleanUp();
        void on_okPB_clicked();
        void on_cancelPB_clicked();
        void on_restorePB_clicked();
@@ -62,7 +61,7 @@ private Q_SLOTS:
        void setCitedKeys();
        /// performs a limited update, suitable for internal call
        void updateControls();
-       
+
 
 private:
        /// Dialog inherited methods
@@ -110,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
@@ -149,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;