Conductor autonum dialog : add remove autonum button.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3270 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-08-12 09:41:33 +00:00
parent ed7c1dab0d
commit 5f80a53222
5 changed files with 52 additions and 26 deletions

View File

@@ -481,6 +481,15 @@ void QETProject::addConductorAutoNum(QString key, NumerotationContext context) {
m_conductor_autonum.insert(key, context);
}
/**
* @brief QETProject::removeConductorAutonum
* Remove the Numerotation Context stored with key
* @param key
*/
void QETProject::removeConductorAutonum(QString key) {
m_conductor_autonum.remove(key);
}
/**
* @brief QETProject::conductorAutoNum
* Return the numerotation context stored with @key.