forked from qt-creator/qt-creator
VCS: Add diff pattern tests for CVS and Mercurial
* Fix Mercurial pattern * Make fileNameFromDiffSpecification protected again (it was made public for running tests, but they are now run from VCSBaseEditor) * Remove DiffHighlighter::filePattern(). Not used anymore. Change-Id: Ifc99f761f0ab96cc79f1d018e3f3c8cf4603da10 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
23844410fd
commit
3b66b11ac4
@@ -59,8 +59,6 @@ public:
|
||||
// Set formats from a sequence of type QTextCharFormat
|
||||
void setFormats(const QVector<QTextCharFormat> &s);
|
||||
|
||||
QRegExp filePattern() const;
|
||||
|
||||
private:
|
||||
Internal::DiffHighlighterPrivate *const d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user