forked from qt-creator/qt-creator
Fix revno detection in bzr log
Avoid false-positives when looking for changes under cursor in log view. Change-Id: Ic0f9c105747ee2c1792b372f9cb3757017633861 Reviewed-by: Hugues Delorme <delorme.hugues@fougsys.fr>
This commit is contained in:
committed by
Hugues Delorme
parent
1e7a0d3f65
commit
acd49da492
@@ -40,7 +40,7 @@ BazaarAnnotationHighlighter::BazaarAnnotationHighlighter(const ChangeNumbers &ch
|
||||
const QColor &bg,
|
||||
QTextDocument *document)
|
||||
: VcsBase::BaseAnnotationHighlighter(changeNumbers, bg, document),
|
||||
m_changeset(QLatin1String(Constants::CHANGESET_ID))
|
||||
m_changeset(QLatin1String(Constants::ANNOTATE_CHANGESET_ID))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user