Bazaar: fix code folding markers in the diff view

The top-level marker is now centered on the line starting with '==='

Merge-request: 274
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
cerf
2011-03-14 19:32:42 +01:00
committed by Tobias Hunger
parent 2c088f06a0
commit d23d7cbc12
3 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ private:
virtual QString fileNameFromDiffSpecification(const QTextBlock &diffFileSpec) const;
const QRegExp m_exactChangesetId;
const QRegExp m_diffIdentifier;
const QRegExp m_diffFileId;
};
} // namespace Internal