improve edit chain

This commit is contained in:
arm64v8a
2023-01-22 17:53:51 +09:00
parent 8fa966aba4
commit f0b8c4ec02
10 changed files with 59 additions and 9 deletions

View File

@@ -42,3 +42,7 @@ void ProxyItem::on_remove_clicked() {
delete item;
}
}
QPushButton *ProxyItem::get_change_button() {
return ui->change;
}