]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDocument.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiDocument.h
index 20883db1b943f25cb85b0aa2e1e880d1beb65bcc..3e0c35384b303df7cf765a591b7c83a9aab4300d 100644 (file)
@@ -152,6 +152,8 @@ private Q_SLOTS:
        void deleteBoxBackgroundColor();
        void languageChanged(int);
        void osFontsChanged(bool);
+       void encodingSwitched(int);
+       void inputencodingToDialog();
        void mathFontChanged(int);
        void branchesRename(docstring const &, docstring const &);
        void allPackagesAuto();
@@ -160,6 +162,7 @@ private Q_SLOTS:
        void moduleFilterPressed();
        void moduleFilterChanged(const QString & text);
        void resetModuleFilter();
+       void linenoToggled(bool);
 private:
        /// validate listings parameters and return an error message, if any
        QString validateListingsParameters();
@@ -258,6 +261,8 @@ private:
                std::string id;
                QString description;
                QString category;
+               bool local;
+               bool missingreqs;
        };
        ///
        static modInfoStruct modInfo(LyXModule const & mod);