Utils: Drop deprecated Utils::FilePath::{setFilePath,filePath}

Change-Id: I730dfb716f744bbcb62dedf611e93c0d2d358247
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Robert Löhning <robert.loehning@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2021-03-15 10:31:40 +01:00
parent 06a754cc74
commit 2756794b4f
6 changed files with 6 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ void ToolItemSettings::load(ToolTreeItem *item)
ui->mesonNameLineEdit->setDisabled(item->isAutoDetected());
ui->mesonNameLineEdit->setText(item->name());
ui->mesonPathChooser->setDisabled(item->isAutoDetected());
ui->mesonPathChooser->setFileName(item->executable());
ui->mesonPathChooser->setFilePath(item->executable());
m_currentId = item->id();
} else {
m_currentId = Utils::nullopt;