Remove old summary feature

This commit is contained in:
Laurent Trinques
2020-07-15 15:06:46 +02:00
parent 430bcae946
commit 53663e20e1
8 changed files with 3 additions and 105 deletions

View File

@@ -86,20 +86,6 @@ int FolioAutonumberingW::newFoliosNumber(){
return ui->m_new_tabs_sb->value();
}
/**
* @brief FolioAutonumberingW::updateFolioList
* update Folio List in From and To ComboBox
*/
void FolioAutonumberingW::updateFolioList(){
ui -> m_from_cb->clear();
ui -> m_to_cb->clear();
if (newFolios){
this -> on_m_create_new_tabs_rb_clicked();
} else {
this -> on_m_autonumber_tabs_rb_clicked();
}
}
/**
* @brief FolioAutonumberingW::on_m_create_new_tabs_rb_clicked
* Enable New Tabs SpinBox
@@ -189,7 +175,6 @@ void FolioAutonumberingW::on_buttonBox_clicked(QAbstractButton *button) {
case QDialogButtonBox::ApplyRole:
applyEnable(true);
emit applyPressed();
updateFolioList();
break;
}
}