CMake: Make Autorun CMake checkbox translateable

Change-Id: Ia2c5094e08efa8dffc9a7a843a65d825e3e95ff0
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Tobias Hunger
2016-08-29 13:41:55 +02:00
parent b8c83c45ac
commit c0d1c0c587

View File

@@ -341,7 +341,7 @@ CMakeToolItemConfigWidget::CMakeToolItemConfigWidget(CMakeToolItemModel *model)
m_binaryChooser->setHistoryCompleter(QLatin1String("Cmake.Command.History"));
m_autoRunCheckBox = new QCheckBox;
m_autoRunCheckBox->setText("Autorun CMake");
m_autoRunCheckBox->setText(tr("Autorun CMake"));
QFormLayout *formLayout = new QFormLayout(this);
formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);