aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/diffhighlighter.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <[email protected]>2013-01-21 22:56:01 +0200
committerTobias Hunger <[email protected]>2013-01-22 13:38:01 +0100
commit3b66b11ac4d0c4c9728578be952f3e0356eaae62 (patch)
tree705a38e103a9a4fc36e1b6a6b3b4c8e029c70eef /src/plugins/vcsbase/diffhighlighter.cpp
parent23844410fdc100342860e400a62e86c408ac4605 (diff)
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 <[email protected]>
Diffstat (limited to 'src/plugins/vcsbase/diffhighlighter.cpp')
-rw-r--r--src/plugins/vcsbase/diffhighlighter.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/vcsbase/diffhighlighter.cpp b/src/plugins/vcsbase/diffhighlighter.cpp
index 463449e0dcd..a5af1d47e0f 100644
--- a/src/plugins/vcsbase/diffhighlighter.cpp
+++ b/src/plugins/vcsbase/diffhighlighter.cpp
@@ -255,9 +255,4 @@ void DiffHighlighter::setFormats(const QVector<QTextCharFormat> &s)
}
}
-QRegExp DiffHighlighter::filePattern() const
-{
- return d->m_filePattern;
-}
-
} // namespace VcsBase