aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukasz Ornatek <lukasz.ornatek@qt.io>2020-10-26 17:17:58 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2020-10-27 15:09:00 +0000
commit6f489a10c14b40c3e182b81853d74a0d63bff361 (patch)
tree373d5ccf10ef4dcb00ac77a9b268c28efd4cf157
parente062f542dd537e66c501bbca6a50f4baf9c78820 (diff)
Fix predefined annotations
Task-number: QDS-3002 Change-Id: I1ccc586e19d3059a419431188bab58c84441c08c Reviewed-by: Michael Winkelmann <michael.winkelmann@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp
index c7e1ab192c..29e3836241 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,