forked from qt-creator/qt-creator
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:
@@ -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))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user