16 #ifndef QGSEXPRESSIONHIGHLIGHTER_H    17 #define QGSEXPRESSIONHIGHLIGHTER_H    19 #include <QSyntaxHighlighter>    22 #include <QTextCharFormat>    23 #include <QStringList>    38     void addFields( 
const QStringList &fieldList );
    41     void highlightBlock( 
const QString &text ) 
override;
    44     struct HighlightingRule
    47       QTextCharFormat format;
    49     QVector<HighlightingRule> highlightingRules;
    51     QTextCharFormat columnNameFormat;
    52     QTextCharFormat keywordFormat;
    53     QTextCharFormat quotationFormat;
    54     QTextCharFormat functionFormat;
    57 #endif // QGSEXPRESSIONHIGHLIGHTER_H