forked from qt-creator/qt-creator
Meson: Adapt to FileName deprecation
Change-Id: I68bc2c7532f74b0377a8030efbaa59abcfccec45 Reviewed-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -67,7 +67,7 @@ void ToolItemSettings::store()
|
|||||||
if (m_currentId)
|
if (m_currentId)
|
||||||
emit applyChanges(*m_currentId,
|
emit applyChanges(*m_currentId,
|
||||||
ui->mesonNameLineEdit->text(),
|
ui->mesonNameLineEdit->text(),
|
||||||
ui->mesonPathChooser->fileName());
|
ui->mesonPathChooser->filePath());
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
|
Reference in New Issue
Block a user