forked from qt-creator/qt-creator
vcs: s/VCS/Vcs/
According to style guide. Change-Id: I05c1d4f50ddbf2876ab7e0835f4abec95fd573b2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#include <QtGui/QBrush>
|
||||
|
||||
/*!
|
||||
\class VCSBase::DiffHighlighter
|
||||
\class VcsBase::DiffHighlighter
|
||||
|
||||
\brief A highlighter for diffs.
|
||||
|
||||
@@ -67,7 +67,7 @@ static const int BASE_LEVEL = 0;
|
||||
static const int FILE_LEVEL = 1;
|
||||
static const int LOCATION_LEVEL = 2;
|
||||
|
||||
namespace VCSBase {
|
||||
namespace VcsBase {
|
||||
namespace Internal {
|
||||
|
||||
// Formats used by DiffHighlighter
|
||||
@@ -264,4 +264,4 @@ QRegExp DiffHighlighter::filePattern() const
|
||||
return d->m_filePattern;
|
||||
}
|
||||
|
||||
} // namespace VCSBase
|
||||
} // namespace VcsBase
|
||||
|
||||
Reference in New Issue
Block a user