From 6f489a10c14b40c3e182b81853d74a0d63bff361 Mon Sep 17 00:00:00 2001 From: Lukasz Ornatek Date: Mon, 26 Oct 2020 17:17:58 +0100 Subject: [PATCH] Fix predefined annotations Task-number: QDS-3002 Change-Id: I1ccc586e19d3059a419431188bab58c84441c08c Reviewed-by: Michael Winkelmann Reviewed-by: Thomas Hartmann --- .../components/annotationeditor/annotationcommenttab.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp index c7e1ab192c2..29e38362418 100644 --- a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp +++ b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp @@ -43,16 +43,16 @@ AnnotationCommentTab::AnnotationCommentTab(QWidget *parent) ui->titleEdit->setModel(new QStringListModel{QStringList{"Description", "Display Condition", - "helper_lines" - "highlight" + "helper lines", + "highlight", "project author", "project confirmed", "project developer", "project distributor", "project modified", - "project type" + "project type", "project version", - "Screen Description" + "Screen Description", "Section"}}); connect(ui->titleEdit, &QComboBox::currentTextChanged,