forked from qt-creator/qt-creator
CppCheck: Fix UI text according to the guidelines
https://doc.qt.io/qtcreator-extending/qtcreator-ui-text.html Task-number: QTCREATORBUG-23683 Change-Id: I7ad156fd5dca688a05bff3fc394ca67356378eb1 Reviewed-by: Sergey Morozov <dev@gres.biz> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -47,7 +47,7 @@ ManualRunDialog::ManualRunDialog(const CppcheckOptions &options,
|
||||
{
|
||||
QTC_ASSERT(project, return );
|
||||
|
||||
setWindowTitle(tr("Cppcheck run configuration"));
|
||||
setWindowTitle(tr("Cppcheck Run Configuration"));
|
||||
|
||||
auto view = new QTreeView;
|
||||
view->setHeaderHidden(true);
|
||||
|
||||
Reference in New Issue
Block a user