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:
@@ -43,10 +43,10 @@
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtGui/QMessageBox>
|
||||
|
||||
namespace VCSBase {
|
||||
namespace VcsBase {
|
||||
namespace Internal {
|
||||
|
||||
// ------------------ VCSBaseSettingsWidget
|
||||
// ------------------ VcsBaseSettingsWidget
|
||||
|
||||
CommonSettingsWidget::CommonSettingsWidget(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
@@ -105,9 +105,9 @@ QString CommonSettingsWidget::searchKeyWordMatchString() const
|
||||
return rc;
|
||||
}
|
||||
|
||||
// --------------- VCSBaseSettingsPage
|
||||
// --------------- VcsBaseSettingsPage
|
||||
CommonOptionsPage::CommonOptionsPage(QObject *parent) :
|
||||
VCSBaseOptionsPage(parent)
|
||||
VcsBaseOptionsPage(parent)
|
||||
{
|
||||
m_settings.fromSettings(Core::ICore::instance()->settings());
|
||||
}
|
||||
@@ -123,7 +123,7 @@ QString CommonOptionsPage::id() const
|
||||
|
||||
QString CommonOptionsPage::displayName() const
|
||||
{
|
||||
return QCoreApplication::translate("VCSBase", Constants::VCS_COMMON_SETTINGS_NAME);
|
||||
return QCoreApplication::translate("VcsBase", Constants::VCS_COMMON_SETTINGS_NAME);
|
||||
}
|
||||
|
||||
QWidget *CommonOptionsPage::createPage(QWidget *parent)
|
||||
@@ -153,4 +153,4 @@ bool CommonOptionsPage::matches(const QString &key) const
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace VCSBase
|
||||
} // namespace VcsBase
|
||||
|
||||
Reference in New Issue
Block a user