Merge branch 'master' into Replace-automatic-conductors

This commit is contained in:
Laurent Trinques
2026-08-07 14:58:42 +02:00
committed by GitHub
101 changed files with 31833 additions and 21710 deletions
+6
View File
@@ -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();