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