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:
@@ -40,7 +40,7 @@ class QSettings;
|
||||
class QDebug;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace VCSBase {
|
||||
namespace VcsBase {
|
||||
namespace Internal {
|
||||
|
||||
// Common VCS settings, message check script and user nick names.
|
||||
@@ -74,6 +74,6 @@ inline bool operator!=(const CommonVcsSettings &s1, const CommonVcsSettings &s2)
|
||||
QDebug operator<<(QDebug, const CommonVcsSettings &);
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace VCSBase
|
||||
} // namespace VcsBase
|
||||
|
||||
#endif // COMMONVCSSETTINGS_H
|
||||
|
||||
Reference in New Issue
Block a user