forked from qt-creator/qt-creator
ProjectExplorer: Remove redundant namespace qualifications
Change-Id: Id9034e31f3f61c38894111951534dd0d59b746dc Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -67,7 +67,7 @@ struct FactoryAndId
|
||||
class DeployFactoryAndId
|
||||
{
|
||||
public:
|
||||
ProjectExplorer::DeployConfigurationFactory *factory;
|
||||
DeployConfigurationFactory *factory;
|
||||
Core::Id id;
|
||||
};
|
||||
|
||||
@@ -535,7 +535,7 @@ QString RunSettingsWidget::uniqueRCName(const QString &name)
|
||||
void RunSettingsWidget::addRunControlWidgets()
|
||||
{
|
||||
foreach (IRunConfigurationAspect *aspect, m_runConfiguration->extraAspects()) {
|
||||
ProjectExplorer::RunConfigWidget *rcw = aspect->createConfigurationWidget();
|
||||
RunConfigWidget *rcw = aspect->createConfigurationWidget();
|
||||
if (rcw)
|
||||
addSubWidget(rcw);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user