mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-08-16 03:24:14 +02:00
Merge branch 'master' into Replace-automatic-conductors
This commit is contained in:
@@ -237,6 +237,12 @@ class QETProject : public QObject
|
||||
void conductorAutoNumAdded();
|
||||
void conductorAutoNumRemoved();
|
||||
void folioAutoNumAdded();
|
||||
/// A numerotation context's *values* changed -- as happens every
|
||||
/// time an element or conductor consumes the next number, not
|
||||
/// only when a rule is added or removed. Deliberately separate
|
||||
/// from the *Added/*Removed signals above, which make listeners
|
||||
/// rebuild their rule lists; this one just says "re-read me".
|
||||
void autoNumContextUpdated();
|
||||
void folioAutoNumRemoved();
|
||||
void folioAutoNumChanged(QString);
|
||||
void defaultTitleBlockPropertiesChanged();
|
||||
|
||||
Reference in New Issue
Block a user