forked from qt-creator/qt-creator
Renamed CPPHighlighter to CppHighlighter
Lowercase is the more prevalent style in this plugin and CppTools. Unfortunately CPPEditor can't be named CppEditor cause of the CppEditor namespace.
This commit is contained in:
@@ -44,12 +44,12 @@ namespace Internal {
|
||||
|
||||
class CPPEditor;
|
||||
|
||||
class CPPHighlighter : public QSyntaxHighlighter
|
||||
class CppHighlighter : public QSyntaxHighlighter
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CPPHighlighter(QTextDocument *document = 0);
|
||||
CppHighlighter(QTextDocument *document = 0);
|
||||
|
||||
virtual void highlightBlock(const QString &text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user