forked from qt-creator/qt-creator
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:
@@ -600,7 +600,7 @@ void AndroidSettingsWidget::onSdkPathChanged()
|
||||
FilePath currentOpenSslPath = m_androidConfig.openSslLocation();
|
||||
if (currentOpenSslPath.isEmpty() || !currentOpenSslPath.exists())
|
||||
currentOpenSslPath = sdkPath.pathAppended("android_openssl");
|
||||
m_ui.openSslPathChooser->setFileName(currentOpenSslPath);
|
||||
m_ui.openSslPathChooser->setFilePath(currentOpenSslPath);
|
||||
// Package reload will trigger validateSdk.
|
||||
m_sdkManager.reloadPackages();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user