forked from qt-creator/qt-creator
Utils: Rename PathChooser::rawFilePath() to unxepandedFilePath()
That's what the implementation does, and judging from the using code wasn't quite clear. Change-Id: I4ca776ba4da83a36162adad2dd595eb39eb0f43d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -314,7 +314,7 @@ QWidget *McuPackage::widget()
|
||||
QObject::connect(this, &McuPackage::statusChanged, widget, [this] { updateStatusUi(); });
|
||||
|
||||
QObject::connect(m_fileChooser, &PathChooser::textChanged, this, [this] {
|
||||
setPath(m_fileChooser->rawFilePath());
|
||||
setPath(m_fileChooser->unexpandedFilePath());
|
||||
});
|
||||
|
||||
connect(this, &McuPackage::changed, m_fileChooser, [this] {
|
||||
|
||||
Reference in New Issue
Block a user