forked from qt-creator/qt-creator
C++ Editor: Fix UI text capitalization
Task-number: QTCREATORBUG-27055 Change-Id: I148cfb7b9628ab2460050c1127b6557b8830983b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -41,7 +41,7 @@ namespace CppEditor {
|
|||||||
|
|
||||||
ClangDiagnosticConfigsSelectionWidget::ClangDiagnosticConfigsSelectionWidget(QWidget *parent)
|
ClangDiagnosticConfigsSelectionWidget::ClangDiagnosticConfigsSelectionWidget(QWidget *parent)
|
||||||
: QWidget(parent)
|
: QWidget(parent)
|
||||||
, m_label(new QLabel(tr("Diagnostic Configuration:")))
|
, m_label(new QLabel(tr("Diagnostic configuration:")))
|
||||||
, m_button(new QPushButton)
|
, m_button(new QPushButton)
|
||||||
{
|
{
|
||||||
auto *layout = new QHBoxLayout(this);
|
auto *layout = new QHBoxLayout(this);
|
||||||
|
Reference in New Issue
Block a user