forked from qt-creator/qt-creator
Wizards: Make sure wizard ids are unique
Replace existing wizards with new ones of the same id. Change-Id: Ia17e6a4df5e7c8b647eccbe3bfb13e1c5b2d09e0 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"kind": "file",
|
||||
"id": "F.Resource",
|
||||
"id": "F.EmptyText",
|
||||
"category": "U.General",
|
||||
"trDescription": "Creates an empty file.",
|
||||
"trDisplayName": "Empty File",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"kind": "project",
|
||||
"id": "U.QtQuickControlsApplication",
|
||||
"id": "V.QtQuickControlsApplication",
|
||||
"category": "F.Application",
|
||||
"trDescription": "Creates a deployable Qt Quick 2 application using Qt Quick Controls.",
|
||||
"trDisplayName": "Qt Quick Controls Application",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"kind": "project",
|
||||
"id": "QA.QMLB Application",
|
||||
"id": "QA.QtQuickUi",
|
||||
"category": "F.Application",
|
||||
"trDescription": "Creates a Qt Quick 2 UI project.",
|
||||
"trDisplayName": "Qt Quick UI",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"kind": "project",
|
||||
"id": "QA.QMLB Application",
|
||||
"id": "QB.QtQuickControlsUi",
|
||||
"category": "F.Application",
|
||||
"trDescription": "Creates a Qt Quick 2 UI project using Qt Quick Controls.",
|
||||
"trDisplayName": "Qt Quick Controls UI",
|
||||
|
||||
Reference in New Issue
Block a user