]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiDocument.h
GuiDocument: some polishing of the list of modules.
[features.git] / src / frontends / qt4 / GuiDocument.h
index 5bf1340fc935fc049b7af43c225ae59413b98bbc..097abfff651fc7c963e2b526745c6a839ee50b37 100644 (file)
@@ -41,6 +41,7 @@ namespace lyx {
 
 class BufferParams;
 class LayoutModuleList;
+class LyXModule;
 class TextClass;
 
 namespace frontend {
@@ -217,6 +218,8 @@ private:
                std::string id;
                QString description;
        };
+       ///
+       static modInfoStruct modInfo(LyXModule const & mod);
        /// List of available modules
        std::list<modInfoStruct> const & getModuleInfo();
        /// Modules in use in current buffer