Make deleting a verb

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li
2025-03-27 15:59:10 +08:00
parent 45368fbf2f
commit 11a0dbf810
3 changed files with 7 additions and 6 deletions

View File

@ -43,4 +43,4 @@
QString askToUpdateInstanceDirName(InstancePtr instance, QWidget* parent);
/// Check if there are linked instances, and display a warning; return true if the operation should proceed
bool checkLinkedInstances(const QString& id, QWidget* parent);
bool checkLinkedInstances(const QString& id, QWidget* parent, const QString& verb);