]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDocument.h
The View->Source pane resets the format every time you click into
[lyx.git] / src / frontends / qt4 / GuiDocument.h
index b2b15e1fcdde6241b9dae3c9a31b93eae671daee..09fa73101570ae23e5e704f1102bfdd97e430f56 100644 (file)
@@ -104,6 +104,7 @@ private Q_SLOTS:
        void browseLayout();
        void browseMaster();
        void classChanged();
+       void languagePackageChanged(int);
        void bibtexChanged(int);
        void updateModuleInfo();
        void modulesChanged();
@@ -138,7 +139,7 @@ private:
        UiWidget<Ui::ListingsSettingsUi> *listingsModule;
        PreambleModule * preambleModule;
        LocalLayout * localLayout;
-       
+
        GuiBranches * branchesModule;
        GuiIndices * indicesModule;
 
@@ -181,7 +182,7 @@ private:
        /// return false if validate_listings_params returns error
        bool isValid();
 
-       /// font family names for BufferParams::fontsDefaultFamily
+       /// font family names for BufferParams::fonts_default_family
        static char const * const fontfamilies[5];
        /// GUI names corresponding fontfamilies
        static char const * fontfamilies_gui[5];
@@ -216,7 +217,7 @@ private:
        ///
        std::list<modInfoStruct> const getProvidedModules();
        ///
-       std::list<modInfoStruct> const 
+       std::list<modInfoStruct> const
                        makeModuleInfo(LayoutModuleList const & mods);
        ///
        void setLanguage() const;
@@ -288,9 +289,11 @@ Q_SIGNALS:
 
 private:
        void validate();
+       void convert();
 private Q_SLOTS:
        void textChanged();
        void validatePressed();
+       void convertPressed();
 
 private:
        BufferId current_id_;