QmlDesigner: Add beta tag to the title of the Model Editor view

Change-Id: I2eff47c56928a6e49405b646ff7a98b205d9d6fe
(cherry picked from commit e4fe45f237)
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Ali Kianian
2024-02-14 17:48:53 +02:00
committed by Thomas Hartmann
parent 22ef184a09
commit 672c785027

View File

@@ -114,7 +114,7 @@ QmlDesigner::WidgetInfo CollectionView::widgetInfo()
"CollectionEditor",
WidgetInfo::LeftPane,
0,
tr("Model Editor"),
tr("Model Editor [beta]"),
tr("Model Editor view"));
}