examples: Rename minimal_mdi to mdi

There's not much functionality to show, so no point in saying it's
minimal
This commit is contained in:
Sergio Martins
2022-06-13 22:36:58 +01:00
parent 040fe14907
commit ebaf0d170f
7 changed files with 15 additions and 15 deletions

View File

@@ -50,10 +50,10 @@
"cwd": "${workspaceFolder}"
},
{
"name": "qtwidgets_minimal_mdi",
"name": "qtwidgets_mdi",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/build-dev/bin/examples/qtwidgets_minimal_mdi",
"program": "${workspaceFolder}/build-dev/bin/examples/qtwidgets_mdi",
"args": [],
"cwd": "${workspaceFolder}"
},
@@ -104,10 +104,10 @@
"externalConsole": false
},
{
"name": "msvc-qtwidgets_minimal_mdi",
"name": "msvc-qtwidgets_mdi",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/build-dev/bin/examples/qtwidgets_minimal_mdi",
"program": "${workspaceFolder}/build-dev/bin/examples/qtwidgets_mdi",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
@@ -125,4 +125,4 @@
}
]
}
}
}