ConstraintPage now reacts to refreshed signal.

This commit is contained in:
eelke 2019-10-06 14:17:07 +02:00
parent fa46971930
commit 23899b6bb6
3 changed files with 17 additions and 10 deletions

View file

@ -48,6 +48,10 @@ private:
using t_Constraints = std::vector<PgConstraint>;
t_Constraints m_constraints;
QMetaObject::Connection refreshConnection;
private slots:
void refresh();
};
#endif // CONSTRAINTMODEL_H