]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiSymbols.h
No need (any longer?) to create a new view for lyxfiles-open
[lyx.git] / src / frontends / qt / GuiSymbols.h
index dde0623688182144d26d237c76d27d57d6670385..260ce53a74d2d6e1d52585b872f479324a06b354 100644 (file)
@@ -31,11 +31,11 @@ public:
 
        /// Dialog inherited methods
        //@{
-       void updateView();
-       void dispatchParams();
-       void enableView(bool enable);
-       bool isBufferDependent() const { return true; }
-       FuncCode getLfun() const { return LFUN_SELF_INSERT; }
+       void updateView() override;
+       void dispatchParams() override;
+       void enableView(bool enable) override;
+       bool isBufferDependent() const override { return true; }
+       FuncCode getLfun() const override { return LFUN_SELF_INSERT; }
        //@}
 
 public Q_SLOTS:
@@ -43,7 +43,7 @@ public Q_SLOTS:
        void on_buttonBox_clicked(QAbstractButton *);
        void on_symbolsLW_activated(QModelIndex const & index);
        void on_symbolsLW_clicked(QModelIndex const & index);
-       void on_categoryCO_activated(QString const & text);
+       void on_categoryCO_activated(int);
        void on_categoryFilterCB_toggled(bool);
        void on_chosenLE_returnPressed();
        void on_chosenLE_textChanged(QString const &);