X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiPrefs.h;h=2a0405fb3ec337eb1a482fd30757f8fe31bf801a;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=1c391195843270d4f0c24a93c48212a837471475;hpb=2ebb97758c10794a944878212e4d6712fb8b6447;p=lyx.git diff --git a/src/frontends/qt4/GuiPrefs.h b/src/frontends/qt4/GuiPrefs.h index 1c39119584..2a0405fb3e 100644 --- a/src/frontends/qt4/GuiPrefs.h +++ b/src/frontends/qt4/GuiPrefs.h @@ -226,6 +226,7 @@ public: virtual void update(LyXRC const & rc); private Q_SLOTS: + void on_latexEncodingCB_stateChanged(int state); void on_latexBibtexCO_activated(int n); void on_latexIndexCO_activated(int n); @@ -281,6 +282,9 @@ public: void apply(LyXRC & rc) const; void update(LyXRC const & rc); + +private Q_SLOTS: + void on_instantPreviewCO_currentIndexChanged(int); }; @@ -379,9 +383,9 @@ private: /// void updateEditors(); /// - std::vector > viewer_alternatives; + LyXRC::Alternatives viewer_alternatives; /// - std::vector > editor_alternatives; + LyXRC::Alternatives editor_alternatives; };