Skip to content

Commit

Permalink
replace 'Core::VariableChooser' by 'Utils::VariableChooser'
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed Jan 13, 2021
1 parent 3c5ec6a commit ca7d8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/project_manager/ros_catkin_tools_step.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <utils/qtcassert.h>
#include <utils/qtcprocess.h>
#include <cmakeprojectmanager/cmakeparser.h>
#include <coreplugin/variablechooser.h>
#include <utils/variablechooser.h>
#include <coreplugin/messagemanager.h>

#include <fstream>
Expand Down Expand Up @@ -338,7 +338,7 @@ ROSCatkinToolsStepWidget::ROSCatkinToolsStepWidget(ROSCatkinToolsStep *makeStep)
connect(ProjectExplorerPlugin::instance(), SIGNAL(settingsChanged()),
this, SLOT(updateDetails()));

Core::VariableChooser::addSupportForChildWidgets(this, makeStep->rosBuildConfiguration()->macroExpander());
Utils::VariableChooser::addSupportForChildWidgets(this, makeStep->rosBuildConfiguration()->macroExpander());
}

ROSCatkinToolsStepWidget::~ROSCatkinToolsStepWidget()
Expand Down

0 comments on commit ca7d8d2

Please sign in to comment.