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:
@@ -45,7 +45,7 @@
|
||||
enum { NickNameRole = Qt::UserRole + 1 };
|
||||
|
||||
/*!
|
||||
\class VCSBase::Internal::NickNameDialog
|
||||
\class VcsBase::Internal::NickNameDialog
|
||||
|
||||
\brief Show users from mail cap file.
|
||||
|
||||
@@ -56,7 +56,7 @@ enum { NickNameRole = Qt::UserRole + 1 };
|
||||
be preferred.
|
||||
*/
|
||||
|
||||
namespace VCSBase {
|
||||
namespace VcsBase {
|
||||
namespace Internal {
|
||||
|
||||
// For code clarity, a struct representing the entries of a mail map file
|
||||
@@ -278,4 +278,4 @@ QStringList NickNameDialog::nickNameList(const QStandardItemModel *model)
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace VCSBase
|
||||
} // namespace VcsBase
|
||||
|
||||
Reference in New Issue
Block a user