]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCitation.h
Amend f441590c
[lyx.git] / src / frontends / qt4 / GuiCitation.h
index 36675d02f59e17e82499aedf9d049740696922ef..cc24eb9fc427245a5d8de58fc5d0dc87b218a29a 100644 (file)
@@ -44,6 +44,7 @@ public:
        ~GuiCitation();
 
 private Q_SLOTS:
+       void on_citationTB_currentChanged(int i);
        void on_okPB_clicked();
        void on_cancelPB_clicked();
        void on_restorePB_clicked();
@@ -123,10 +124,10 @@ private:
                );
 
        /// List of example cite strings
-       QStringList citationStyles(BiblioInfo const & bi);
+       QStringList citationStyles(BiblioInfo const & bi, size_t max_size);
 
        /// Set the Params variable for the Controller.
-       void apply(int const choice, bool const full, bool const force,
+       void applyParams(int const choice, bool const full, bool const force,
                                          QString before, QString after);
 
        ///