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:
hjk
2020-06-26 09:09:04 +02:00
parent 806f7ed68f
commit 0283c5cab9

View File

@@ -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