forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.13' into 4.14
Conflicts:
src/shared/qbs
Change-Id: If75741825f5788165f9bf2f0248e976811273b6a
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user