Minor fix : master XRef is not updated when variable %F is used

This commit is contained in:
joshua
2021-06-28 21:24:28 +02:00
parent 39cff98649
commit e765cf037c
5 changed files with 21 additions and 5 deletions

View File

@@ -283,6 +283,7 @@ class Diagram : public QGraphicsScene
void findElementRequired(const ElementsLocation &);
void diagramActivated();
void diagramInformationChanged();
};
Q_DECLARE_METATYPE(Diagram *)