Utils: Settle on lowerSnakeCase for LayoutBuilder::Setter

Change-Id: Icfe487d8c7712cc8ad28f0f61e8ae4778a356fc3
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2022-07-26 13:46:27 +02:00
parent 86b8f68f78
commit 58c5b126d3
38 changed files with 67 additions and 75 deletions

View File

@@ -356,7 +356,7 @@ AndroidSettingsWidget::AndroidSettingsWidget()
Column {
Group {
Title(tr("Android Settings")),
title(tr("Android Settings")),
Grid {
tr("JDK location:"),
m_openJdkLocationPathChooser,
@@ -388,7 +388,7 @@ AndroidSettingsWidget::AndroidSettingsWidget()
}
},
Group {
Title(tr("Android OpenSSL settings (Optional)")),
title(tr("Android OpenSSL settings (Optional)")),
Grid {
tr("OpenSSL binaries location:"),
m_openSslPathChooser,