ConstraintPage now reacts to refreshed signal.
This commit is contained in:
parent
fa46971930
commit
23899b6bb6
3 changed files with 17 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue