Android: Remove pointless line break

Change-Id: I3f8d94cb637c279d7549c819a03233cc8d4aff87
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Robert Loehning
2020-03-24 17:25:23 +01:00
parent a6ece1976b
commit 08e5e84c9d

View File

@@ -505,7 +505,7 @@ AndroidSettingsWidget::AndroidSettingsWidget()
"If the selected path contains no valid SDK Tools, the SDK Tools package " "If the selected path contains no valid SDK Tools, the SDK Tools package "
"is downloaded from %1, and extracted to the selected path.\n" "is downloaded from %1, and extracted to the selected path.\n"
"After the SDK Tools are properly set up, you are prompted to install " "After the SDK Tools are properly set up, you are prompted to install "
"any essential packages required for Qt to build for Android.\n") "any essential packages required for Qt to build for Android.")
.arg(m_androidConfig.sdkToolsUrl().toString())); .arg(m_androidConfig.sdkToolsUrl().toString()));
connect(m_ui->SDKLocationPathChooser, &Utils::PathChooser::rawPathChanged, connect(m_ui->SDKLocationPathChooser, &Utils::PathChooser::rawPathChanged,