]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDocument.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiDocument.h
index 7ebeae461f16d2e2e3016d9c3f5096c7fe9559a9..92965adea2fa63b77abd660bbe1ba6e58fa335e6 100644 (file)
@@ -22,7 +22,6 @@
 #include "GuiSelectionManager.h"
 
 #include "ui_DocumentUi.h"
-#include "ui_EmbeddedFilesUi.h"
 #include "ui_FontUi.h"
 #include "ui_TextLayoutUi.h"
 #include "ui_MathsUi.h"
@@ -135,9 +134,9 @@ private Q_SLOTS:
        void setSkip(int);
        void enableSkip(bool);
        void portraitChanged();
+       void browseLayout();
        void classChanged();
        void updateModuleInfo();
-       void updateEmbeddedFileList();
 
 private:
        UiWidget<Ui::TextLayoutUi> *textLayoutModule;
@@ -150,7 +149,6 @@ private:
        UiWidget<Ui::MathsUi> *mathsModule;
        UiWidget<Ui::LaTeXUi> *latexModule;
        UiWidget<Ui::PDFSupportUi> *pdfSupportModule;
-       UiWidget<Ui::EmbeddedFilesUi> *embeddedFilesModule;
        PreambleModule *preambleModule;
        
        GuiBranches *branchesModule;
@@ -221,8 +219,9 @@ protected:
        BufferId id() const;
        ///
        struct modInfoStruct {
-               std::string name;
+               QString name;
                std::string id;
+               QString description;
        };
        /// List of available modules
        std::vector<modInfoStruct> const & getModuleInfo();