forked from qt-creator/qt-creator
Mercurial: code cosmetics
Change-Id: Id7257fc5ccdcc4d36b276278906902f12d7e8c57 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -72,7 +72,7 @@ private:
|
||||
const QChar m_hashChar;
|
||||
};
|
||||
|
||||
MercurialSubmitHighlighter::MercurialSubmitHighlighter(QTextEdit * parent) :
|
||||
MercurialSubmitHighlighter::MercurialSubmitHighlighter(QTextEdit *parent) :
|
||||
QSyntaxHighlighter(parent),
|
||||
m_commentFormat(commentFormat()),
|
||||
m_keywordPattern(QLatin1String("^\\w+:")),
|
||||
|
||||
Reference in New Issue
Block a user