Merge pull request #2705 from Janrupf/feature/fix_external_deletion_interaction

GH-2515 Save instance ID before display dialog
This commit is contained in:
Petr Mrázek
2019-06-23 21:31:56 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@ -234,7 +234,7 @@ void InstanceList::deleteInstance(const InstanceId& id)
auto inst = getInstanceById(id);
if(!inst)
{
qDebug() << "Cannot delete instance" << id << " No such instance is present.";
qDebug() << "Cannot delete instance" << id << ". No such instance is present (deleted externally?).";
return;
}