forked from qt-creator/qt-creator
Replace some PathChooser::setFile with setFilePath
Change-Id: I9a135e27d97b6706ea199b60a0b0b28838c77dcc Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
void updateInterpreter(const Interpreter &interpreter)
|
||||
{
|
||||
m_name->setText(interpreter.name);
|
||||
m_executable->setPath(interpreter.command.toString());
|
||||
m_executable->setFilePath(interpreter.command);
|
||||
m_currentId = interpreter.id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user