Bazaar: fix jumping to the changes from the blame view

Merge-request: 273
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
cerf
2011-03-14 17:52:50 +01:00
committed by Tobias Hunger
parent f5096f4394
commit 2c088f06a0
4 changed files with 23 additions and 23 deletions

View File

@@ -40,7 +40,7 @@ using namespace Bazaar;
BazaarAnnotationHighlighter::BazaarAnnotationHighlighter(const ChangeNumbers &changeNumbers,
QTextDocument *document)
: VCSBase::BaseAnnotationHighlighter(changeNumbers, document),
m_changeset(QLatin1String(Constants::CHANGESETID12))
m_changeset(QLatin1String(Constants::CHANGESET_ID))
{
}