diff options
| author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2014-10-13 22:37:28 +0300 |
|---|---|---|
| committer | hjk <hjk121@nokiamail.com> | 2014-10-14 16:22:02 +0200 |
| commit | c884f3e0ef9f016f19f602c2c3ba8f4574739908 (patch) | |
| tree | 14dd66a500f257a8ee1cd5a7e6132fe345e9dfdd /src/plugins/projectexplorer/environmentaspectwidget.cpp | |
| parent | c86ef46f6facc859fab21943afdc0e8c5d63e42e (diff) | |
| download | qt-creator-c884f3e0ef9f016f19f602c2c3ba8f4574739908.tar.gz | |
ProjectExplorer: Remove redundant namespace qualifications
Change-Id: Id9034e31f3f61c38894111951534dd0d59b746dc
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/projectexplorer/environmentaspectwidget.cpp')
| -rw-r--r-- | src/plugins/projectexplorer/environmentaspectwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/environmentaspectwidget.cpp b/src/plugins/projectexplorer/environmentaspectwidget.cpp index 75a854b4f7..d90a17db4d 100644 --- a/src/plugins/projectexplorer/environmentaspectwidget.cpp +++ b/src/plugins/projectexplorer/environmentaspectwidget.cpp @@ -85,7 +85,7 @@ EnvironmentAspectWidget::EnvironmentAspectWidget(EnvironmentAspect *aspect, QWid if (additionalWidget) baseLayout->addWidget(additionalWidget); - m_environmentWidget = new ProjectExplorer::EnvironmentWidget(this, baseEnvironmentWidget); + m_environmentWidget = new EnvironmentWidget(this, baseEnvironmentWidget); m_environmentWidget->setBaseEnvironment(m_aspect->baseEnvironment()); m_environmentWidget->setBaseEnvironmentText(baseDisplayName); m_environmentWidget->setUserChanges(m_aspect->userEnvironmentChanges()); |
