1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

GCS/OPMap-Add remove leg button functionality.

This commit is contained in:
PT_Dreamer 2012-07-05 21:58:23 +01:00
parent 2d94e29fd9
commit 68fba80301

View File

@ -78,7 +78,7 @@ void pathPlanner::on_tbAdd_clicked()
void pathPlanner::on_tbDelete_clicked()
{
ui->tableView->model()->removeRow(ui->tableView->selectionModel()->currentIndex().row());
}
void pathPlanner::on_tbInsert_clicked()