In the list of columns displayed for a table a set of columns is appended describing the indexes on the table.
This commit is contained in:
parent
aef9b914b1
commit
172e2bcd1d
9 changed files with 95 additions and 43 deletions
|
|
@ -248,7 +248,7 @@ void BackupDialog::on_btnStart_clicked()
|
|||
p->start(program, arguments);
|
||||
}
|
||||
|
||||
void BackupDialog::on_backupFormat_currentIndexChanged(int index)
|
||||
void BackupDialog::on_backupFormat_currentIndexChanged(int /*index*/)
|
||||
{
|
||||
int format_index = ui->backupFormat->currentIndex();
|
||||
auto format_model_base = ui->backupFormat->model();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue