]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Move <QTimer> from TocWidget.h
[lyx.git] / src / LaTeXFeatures.h
index 8ec5e68cce022b0715dba9efb48f3b2889ee575c..af27b5c232617d7ad2406d67b5e6d41b985340d1 100644 (file)
@@ -93,7 +93,8 @@ public:
        void addPreambleSnippet(docstring const & snippet, bool allowdupes = false);
        ///
        TexString getPreambleSnippets() const;
-       ///
+       /// Adds CSS information for HTML export.
+       /// Note that addPreambleSnippet is for LaTeX-type export
        void addCSSSnippet(std::string const &);
        ///
        docstring getCSSSnippets() const;