]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/LaTeXHighlighter.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / LaTeXHighlighter.h
index 21621bba5cb150404690548ff5538d0e097fa06c..c780b9ffb7f1d841df71a75a4e030e4356ee5ab0 100644 (file)
@@ -25,8 +25,7 @@ namespace frontend {
 class LaTeXHighlighter : public QSyntaxHighlighter
 {
 public:
-       explicit LaTeXHighlighter(QTextDocument * parent,
-                                 bool const at_letter = false);
+       explicit LaTeXHighlighter(QTextDocument * parent, bool at_letter = false);
 
 protected:
        void highlightBlock(QString const & text);
@@ -36,7 +35,7 @@ private:
        QTextCharFormat keywordFormat;
        QTextCharFormat mathFormat;
        QTextCharFormat warningFormat;
-       // is at a letter (as in the preamble)
+       // is at a letter? (as in the preamble)
        bool const at_letter_;
 };