Improve update of the project database

This commit is contained in:
Claveau Joshua
2020-11-01 21:27:40 +01:00
parent 41c7cde8ca
commit b514c39883
4 changed files with 94 additions and 42 deletions

View File

@@ -1650,6 +1650,8 @@ void Diagram::setTitleBlockTemplate(const QString &template_name)
if (template_name != current_name)
emit(usedTitleBlockTemplateChanged(template_name));
project()->dataBase()->diagramInfoChanged(this);
}
/**